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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Keep Our Net Free และคุณลักษณะหลักของมันคือ "To demonstrate the impact of removing Net Neutrality, this extension slows your internet connection and blocks several websites"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Removal of Net Neutrality Simulator

ดาวน์โหลดไฟล์ส่วนขยาย 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
    }
}