Removal of Net Neutrality Simulator

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

Wat is Removal of Net Neutrality Simulator?

Removal of Net Neutrality Simulator is een Chrome-extensie ontwikkeld door Keep Our Net Free, en de belangrijkste functie is "To demonstrate the impact of removing Net Neutrality, this extension slows your internet connection and blocks several websites".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Removal of Net Neutrality Simulator

Download Removal of Net Neutrality Simulator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Removal of Net Neutrality Simulator Removal of Net Neutrality Simulator
ID macmdnlopncdoehmjhfenfblflnohoen
Officiële URL https://chromewebstore.google.com/detail/removal-of-net-neutrality/macmdnlopncdoehmjhfenfblflnohoen
Beschrijving To demonstrate the impact of removing Net Neutrality, this extension slows your internet connection and blocks several websites
Bestandsgrootte 63.23 KB
Aantal Installaties 73
Huidige Versie 1.4
Laatst Bijgewerkt 2018-11-02
Publicatiedatum 2018-11-02
Beoordeling 5.00/5 Totaal 39 Beoordelingen
Ontwikkelaar Keep Our Net Free
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/benjaminrsherman/no-nn-simulator
Ondersteunde Talen 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
    }
}