Comcast Boycotter Chrome Extension

Comcast Boycotter chrome extension

Comcast Boycotter for Chrome Download

  • Chrome Extension Page
  • Total Number of Extension users:
    36 +
  • Reviewed by :
    3 Chrome Users
  • Author Name:
    coperiansoftworks.com
Comcast Boycotter chrome extension is Warns users they are accessing websites owned by Comcast..

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);

//////////////////////////////////////////////////////////////////////////////

How to install Comcast Boycotter chrome extension in chrome Browser

You can Follow the below Step By Step procedure to install the Comcast Boycotter Chrome Extension to your Chrome Web browser.

  • Step 1: Go to the Chrome webstore https://chrome.google.com/webstore or download the extension Comcast Boycotter Chrome Extension Download from https://pluginsaddonsextensions.com
  • Step 2: Now search for the Comcast Boycotter in Chrome Webstore Search and click on the search button.
  • Step 3: click on the Comcast Boycotter Chrome Extension Link
  • Step 4: in the next page click on the Add to Chrome button to Download and Install the Comcast Boycotter extension for your Chrome Web browser .

Comcast Boycotter Chrome extension Download

Looking for a method to Comcast Boycotter Download for Chrome then this download link is for you.

It is the Comcast Boycotter Chrome extension download link you can download and install Chrome Browser.

Download Comcast Boycotter chrome extension (CRX)

Tags: Return Cancel , Details , Onbeforereqhandler Function , Var Message , Comcast Giving , Extension Owner , Open Sourced , Net Neutrality , Url Details , Warns Users , Message ,

Comcast Boycotter Related Chrome Extensions