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
官方網址 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
    }
}