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