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 là gì?

Removal of Net Neutrality Simulator là một tiện ích mở rộng Chrome được phát triển bởi Keep Our Net Free, và tính năng chính của nó là "To demonstrate the impact of removing Net Neutrality, this extension slows your internet connection and blocks several websites".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Removal of Net Neutrality Simulator

Tải xuống các tệp mở rộng Removal of Net Neutrality Simulator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Removal of Net Neutrality Simulator Removal of Net Neutrality Simulator
ID macmdnlopncdoehmjhfenfblflnohoen
URL Chính Thức https://chromewebstore.google.com/detail/removal-of-net-neutrality/macmdnlopncdoehmjhfenfblflnohoen
Mô tả To demonstrate the impact of removing Net Neutrality, this extension slows your internet connection and blocks several websites
Kích Thước Tệp 63.23 KB
Số Lần Cài Đặt 73
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2018-11-02
Ngày Phát Hành 2018-11-02
Đánh Giá 5.00/5 Tổng số 39 Đánh Giá
Nhà Phát Triển Keep Our Net Free
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/benjaminrsherman/no-nn-simulator
Ngôn Ngữ Được Hỗ Trợ 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
    }
}