Stop Normalizing Alt Right Neo-Nazi Edition

Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https://twitter.com/stopnormalizing

Τι είναι το Stop Normalizing Alt Right Neo-Nazi Edition;

Το Stop Normalizing Alt Right Neo-Nazi Edition είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον StopNormalizing, και η κύρια λειτουργία του είναι "Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https://twitter.com/stopnormalizing".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Stop Normalizing Alt Right Neo-Nazi Edition

Λήψη αρχείων επέκτασης Stop Normalizing Alt Right Neo-Nazi Edition σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        By popular demand! Stop Normalizing Neo-Nazi Edition.

After installing "alt-right" will change into "neo-nazi" on any website, tweet, facebook post, wikipedia article, and others. 

Don't buy the rebranding; reject it.

NOTE: If you were using the original Stop Normalizing Chrome Extension, make sure to disable it before using the Neo-Nazi Edition.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Stop Normalizing Alt Right Neo-Nazi Edition Stop Normalizing Alt Right Neo-Nazi Edition
ID ffbjneeahjafobcedlebkckenpkppjhj
Επίσημο URL https://chrome.google.com/webstore/detail/stop-normalizing-alt-righ/ffbjneeahjafobcedlebkckenpkppjhj
Περιγραφή Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https://twitter.com/stopnormalizing
Μέγεθος Αρχείου 3.58 KB
Αριθμός Εγκαταστάσεων 442
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2018-07-05
Ημερομηνία Δημοσίευσης 2018-07-05
Αξιολόγηση 3.82/5 Συνολικά 33 Αξιολογήσεις
Προγραμματιστής StopNormalizing
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης http://www.stopnormalizing.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stop Normalizing Alt Right Neo-Nazi Edition",
    "version": "1.0",
    "description": "Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https:\/\/twitter.com\/stopnormalizing",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}