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

Was ist Stop Normalizing Alt Right Neo-Nazi Edition?

Stop Normalizing Alt Right Neo-Nazi Edition ist eine Chrome-Erweiterung, die von StopNormalizing entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https://twitter.com/stopnormalizing".

Erweiterungsscreenshots

screenshot

Stop Normalizing Alt Right Neo-Nazi Edition-Erweiterungs-CRX-Datei herunterladen

Laden Sie Stop Normalizing Alt Right Neo-Nazi Edition-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Stop Normalizing Alt Right Neo-Nazi Edition Stop Normalizing Alt Right Neo-Nazi Edition
ID ffbjneeahjafobcedlebkckenpkppjhj
Offizielle URL https://chrome.google.com/webstore/detail/stop-normalizing-alt-righ/ffbjneeahjafobcedlebkckenpkppjhj
Beschreibung Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https://twitter.com/stopnormalizing
Dateigröße 3.58 KB
Installationsanzahl 442
Aktuelle Version 1.0
Letztes Update 2018-07-05
Veröffentlichungsdatum 2018-07-05
Bewertung 3.82/5 Insgesamt 33 Bewertungen
Entwickler StopNormalizing
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite http://www.stopnormalizing.com
Unterstützte Sprachen 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"
        }
    ]
}