Removal of Net Neutrality Simulator

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

Qu'est-ce que Removal of Net Neutrality Simulator ?

Removal of Net Neutrality Simulator est une extension Chrome développée par Keep Our Net Free, et sa fonction principale est "To demonstrate the impact of removing Net Neutrality, this extension slows your internet connection and blocks several websites".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Removal of Net Neutrality Simulator

Téléchargez les fichiers d'extension Removal of Net Neutrality Simulator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Removal of Net Neutrality Simulator Removal of Net Neutrality Simulator
ID macmdnlopncdoehmjhfenfblflnohoen
URL Officiel 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
Taille du Fichier 63.23 KB
Nombre d'Installations 73
Version Actuelle 1.4
Dernière Mise à Jour 2018-11-02
Date de Publication 2018-11-02
Évaluation 5.00/5 Total 39 Évaluations
Développeur Keep Our Net Free
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/benjaminrsherman/no-nn-simulator
Langues Prises en Charge 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
    }
}