Removal of Net Neutrality Simulator

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

¿Qué es Removal of Net Neutrality Simulator?

Removal of Net Neutrality Simulator es una extensión de Chrome desarrollada por Keep Our Net Free, y su función principal es "To demonstrate the impact of removing Net Neutrality, this extension slows your internet connection and blocks several websites".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Removal of Net Neutrality Simulator

Descarga archivos de extensión Removal of Net Neutrality Simulator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Removal of Net Neutrality Simulator Removal of Net Neutrality Simulator
ID macmdnlopncdoehmjhfenfblflnohoen
URL Oficial https://chromewebstore.google.com/detail/removal-of-net-neutrality/macmdnlopncdoehmjhfenfblflnohoen
Descripción To demonstrate the impact of removing Net Neutrality, this extension slows your internet connection and blocks several websites
Tamaño del Archivo 63.23 KB
Cantidad de Instalaciones 73
Versión Actual 1.4
Última Actualización 2018-11-02
Fecha de Publicación 2018-11-02
Calificación 5.00/5 Total de 39 Calificaciones
Desarrollador Keep Our Net Free
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/benjaminrsherman/no-nn-simulator
Idiomas Soportados 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
    }
}