Removal of Net Neutrality Simulator

To demonstrate the impact of removing Net Neutrality, this extension slows your internet connection and blocks several websites

What is Removal of Net Neutrality Simulator?

Removal of Net Neutrality Simulator is a Chrome extension developed by Keep Our Net Free, and its main feature is "To demonstrate the impact of removing Net Neutrality, this extension slows your internet connection and blocks several websites".

Extension Screenshots

screenshot
screenshot
screenshot

Download Removal of Net Neutrality Simulator Extension CRX File

Download Removal of Net Neutrality Simulator 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

                        With the FCC preparing to remove Title II restrictions on ISPs and destroy Net Neutrality, it is important that every citizen of the United States understands what the removal of Net Neutrality would entail.  This extension shows you what the ramifications of this decision would be by slowing all websites except for "sponsored sites", and blocking content those sites' competitors' websites.                    

Extension Basic Information

Name Removal of Net Neutrality Simulator Removal of Net Neutrality Simulator
ID macmdnlopncdoehmjhfenfblflnohoen
Official URL https://chromewebstore.google.com/detail/removal-of-net-neutrality/macmdnlopncdoehmjhfenfblflnohoen
Description To demonstrate the impact of removing Net Neutrality, this extension slows your internet connection and blocks several websites
File Size 63.23 KB
Installation Count 73
Current Version 1.4
Last Updated 2018-11-02
Publish Date 2018-11-02
Rating 5.00/5 Total 39 Ratings
Developer Keep Our Net Free
Email [email protected]
Payment Type free
Extension Website https://github.com/benjaminrsherman/no-nn-simulator
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Removal of Net Neutrality Simulator",
    "description": "To demonstrate the impact of removing Net Neutrality, this extension slows your internet connection and blocks several websites",
    "version": "1.4",
    "browser_action": {
        "default_icon": "icons\/icon-16.png",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "debugger",
        "tabs",
        "",
        "contentSettings"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/nnn.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/throttler.js"
        ],
        "persistent": true
    }
}