Removal of Net Neutrality Simulator

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

什么是Removal of Net Neutrality Simulator?

Removal of Net Neutrality Simulator是由Keep Our Net Free开发的Chrome扩展程序,该扩展的主要功能是“To demonstrate the impact of removing Net Neutrality, this extension slows your internet connection and blocks several websites”。

扩展截图

screenshot
screenshot
screenshot

下载Removal of Net Neutrality Simulator扩展crx文件

下载Removal of Net Neutrality Simulator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Removal of Net Neutrality Simulator Removal of Net Neutrality Simulator
ID macmdnlopncdoehmjhfenfblflnohoen
官方URL https://chromewebstore.google.com/detail/removal-of-net-neutrality/macmdnlopncdoehmjhfenfblflnohoen
简介 To demonstrate the impact of removing Net Neutrality, this extension slows your internet connection and blocks several websites
文件大小 63.23 KB
安装次数 73
当前版本 1.4
更新时间 2018-11-02
上架时间 2018-11-02
评分 5.00/5 共39次评分
开发者 Keep Our Net Free
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/benjaminrsherman/no-nn-simulator
支持的语言 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
    }
}