This sample demonstrates using the chrome.declarativeNetRequest
API to block requests.
Once this extension is installed, any requests made in the main frame to example.com will be blocked.
This sample uses the chrome.declarativeNetRequest.onRuleMatchedDebug
event which is only available in unpacked extensions.