Net Neutrality Plus

Redirects traffic from major lobbyists against net neutrality to battleforthenet.com

What is Net Neutrality Plus?

Net Neutrality Plus is a Chrome extension developed by Unknown, and its main feature is "Redirects traffic from major lobbyists against net neutrality to battleforthenet.com".

Extension Screenshots

screenshot

Download Net Neutrality Plus Extension CRX File

Download Net Neutrality Plus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension redirects traffic from major lobbyists against net neutrality to battleforthenet.com.

The following websites will be redirected:
www.verizonwireless.com
www.xfinity.com/
www.att.com/
www.ncta.com/
www.verizon.com/

From battleforthenet.com:

"The FCC just announced its plan to slash net neutrality rules, allowing ISPs like Verizon to block apps, slow websites, and charge fees to control what you see & do online. They vote December 14th. But if Congress gets enough calls, *they* can stop the FCC."                    

Extension Basic Information

Name Net Neutrality Plus Net Neutrality Plus
ID ikcmckfdklaflchjfcmpidpbllflnelo
Official URL https://chromewebstore.google.com/detail/net-neutrality-plus/ikcmckfdklaflchjfcmpidpbllflnelo
Description Redirects traffic from major lobbyists against net neutrality to battleforthenet.com
File Size 17.94 KB
Installation Count 15
Current Version 0.0.0.2
Last Updated 2017-11-23
Publish Date 2017-11-23
Rating 4.25/5 Total 4 Ratings
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Net Neutrality Plus",
    "description": "Redirects traffic from major lobbyists against net neutrality to battleforthenet.com",
    "version": "0.0.0.2",
    "permissions": [
        "webRequest",
        "*:\/\/www.verizonwireless.com\/*",
        "*:\/\/www.xfinity.com\/*",
        "*:\/\/www.att.com\/*",
        "*:\/\/www.ncta.com\/*",
        "*:\/\/www.verizon.com\/*",
        "webRequestBlocking"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "content.js"
        ]
    },
    "manifest_version": 2
}