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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
    }
}