Removal of Net Neutrality Simulator

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

Was ist Removal of Net Neutrality Simulator?

Removal of Net Neutrality Simulator ist eine Chrome-Erweiterung, die von Keep Our Net Free entwickelt wurde, und ihr Hauptmerkmal ist "To demonstrate the impact of removing Net Neutrality, this extension slows your internet connection and blocks several websites".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Removal of Net Neutrality Simulator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Removal of Net Neutrality Simulator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Removal of Net Neutrality Simulator Removal of Net Neutrality Simulator
ID macmdnlopncdoehmjhfenfblflnohoen
Offizielle URL https://chromewebstore.google.com/detail/removal-of-net-neutrality/macmdnlopncdoehmjhfenfblflnohoen
Beschreibung To demonstrate the impact of removing Net Neutrality, this extension slows your internet connection and blocks several websites
Dateigröße 63.23 KB
Installationsanzahl 73
Aktuelle Version 1.4
Letztes Update 2018-11-02
Veröffentlichungsdatum 2018-11-02
Bewertung 5.00/5 Insgesamt 39 Bewertungen
Entwickler Keep Our Net Free
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/benjaminrsherman/no-nn-simulator
Unterstützte Sprachen 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
    }
}