Removal of Net Neutrality Simulator

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

Cos'è Removal of Net Neutrality Simulator?

Removal of Net Neutrality Simulator è un'estensione di Chrome sviluppata da Keep Our Net Free, e la sua funzione principale è "To demonstrate the impact of removing Net Neutrality, this extension slows your internet connection and blocks several websites".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Removal of Net Neutrality Simulator

Scarica i file di estensione Removal of Net Neutrality Simulator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Removal of Net Neutrality Simulator Removal of Net Neutrality Simulator
ID macmdnlopncdoehmjhfenfblflnohoen
URL Ufficiale https://chromewebstore.google.com/detail/removal-of-net-neutrality/macmdnlopncdoehmjhfenfblflnohoen
Descrizione To demonstrate the impact of removing Net Neutrality, this extension slows your internet connection and blocks several websites
Dimensione del File 63.23 KB
Conteggio Installazioni 73
Versione Corrente 1.4
Ultimo Aggiornamento 2018-11-02
Data di Pubblicazione 2018-11-02
Valutazione 5.00/5 Totale 39 Valutazioni
Sviluppatore Keep Our Net Free
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/benjaminrsherman/no-nn-simulator
Lingue Supportate 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
    }
}