CSP App
Try this:
chrome.extension.sendMessage({greeting: "me"}, function(r) { alert(r.farewell); });
On URLs matching...
Exec code...
Exec!