About Comcast Boycotter
Warns users they are accessing websites owned by Comcast.In order to ensure Net Neutrality, this tool warns users before accessing sites owned or operated by Comcast, giving them the opportunity to boycott.
This extension is completely open-sourced and you are encouraged to redistribute it in any way you like. However, the extension owner makes no guarantees concerning the code or anyone who may chose to redistribute.
This extension is comprised of two files:
Manifest.json:
//////////////////////////////////////////////////////////////////////////////
{
"name": "Comcast Boycotter",
"version": "1.0",
"description": "Warns users they are accessing websites owned by Comcast.",
"background":{
"persistent": true,
"scripts": ["interrupt.js"]
},
"permissions":[
"webRequest", "webRequestBlocking", "storage","*://*/"
],
"manifest_version": 2
}
//////////////////////////////////////////////////////////////////////////////
Interrupt.js:
//////////////////////////////////////////////////////////////////////////////
(function(){
onBeforeReqHandler = function(details){
var message = "The url " + details.url.split('?')[0] + " is owned by Comcast."
message += "\rAre you sure you want to navigate to this page?"
return {cancel: !confirm(message)}
};
onBeforeReqPartialHandler = function (details) {
var message = "The url " + details.url.split('?')[0] + " is partially owned by Comcast."
message += "\rAre you sure you want to navigate to this page?"
return { cancel: !confirm(message) }
};
chrome.webRequest.onBeforeRequest.addListener(
onBeforeReqHandler.bind(this),
{
urls: [
"*://*.telemundo.com/*",
"*://*.universalstudios.com/*",
"*://*.esquire.com/*",
"*://*.bravotv.com/*",
"*://*.chillertv.com/*",
"*://*.cnbc.com/*",
"*://*.comcast.com/*",
"*://*.comcastsportsnet.com/*",
"*://*.eonline.com/*",
"*://*.focusfeatures.com/*",
"*://*.ivillage.com/*",
"*://*.msnbc.com/*",
"*://*.nbc.com/*",
"*://*.nbcnews.com/*",
"*://*.nbcsports.com/*",
"*://*.nbcuni.com/*",
"*://*.pictureboxfilms.com/*",
"*://*.syfy.com/*",
"*://*.telemundopr.com/*",
"*://*.universalstudios.com/*",
"*://*.usanetwork.com/*",
"*://*.weather.com/*",
"*://*.comcast.net/*",
"*://*.illuminationentertainment.com/*"
],
types: ["main_frame"]
},
["blocking"]
);
chrome.webRequest.onBeforeRequest.addListener(
onBeforeReqPartialHandler.bind(this),
{
urls: [ "*://*.hulu.com/*"],
types: ["main_frame"]
},
["blocking"]
);
}).call(this);
//////////////////////////////////////////////////////////////////////////////
Why Download Comcast Boycotter?
- ✅ Trusted by 26+ users worldwide
- ✅ High Rating: 3/5 stars from 1 reviews
- ✅ Latest Version: 1.0 - Always up to date
- ✅ Safe & Secure: Verified by Chrome Web Store
- ✅ Free to Use: No cost required
Extension Details
Type: Extension
Category: Chrome Browser Extension
Compatibility: Google Chrome Browser
Last Updated: June 16, 2017
Developer: Chrome Web Store Verified
Discover Comcast Boycotter - The Best Chrome Extension for Your Browser
Looking for the perfect Chrome extension to enhance your browsing experience? Comcast Boycotter is one of the most popular and highly-rated extensions available on the Chrome Web Store, trusted by over 26 users worldwide.
With an impressive 3-star rating based on 1 authentic user reviews, Comcast Boycotter has proven its value and reliability to the Chrome community. This extension is perfect for users who want to improve their productivity, enhance their browsing security, or simply add useful functionality to their Chrome browser.
Download Comcast Boycotter today and join thousands of satisfied users who have already discovered the benefits of this powerful Chrome extension. Installation is quick and easy - simply click the download button above to be redirected to the official Chrome Web Store where you can safely install this extension in just a few clicks.