var reportToBackground = function()

in content.js [21:24]


    var reportToBackground = function(e) {
      e.detail.host = location.host;
      chrome.runtime.sendMessage({type: e.type, detail: e.detail});
    };