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
Qu'est-ce que Stop Normalizing Alt Right Neo-Nazi Edition ?
Stop Normalizing Alt Right Neo-Nazi Edition est une extension Chrome développée par StopNormalizing, et sa fonction principale est "Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https://twitter.com/stopnormalizing".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Stop Normalizing Alt Right Neo-Nazi Edition
Téléchargez les fichiers d'extension Stop Normalizing Alt Right Neo-Nazi Edition au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ffbjneeahjafobcedlebkckenpkppjhj |
URL Officiel | https://chrome.google.com/webstore/detail/stop-normalizing-alt-righ/ffbjneeahjafobcedlebkckenpkppjhj |
Description | Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https://twitter.com/stopnormalizing |
Taille du Fichier | 3.58 KB |
Nombre d'Installations | 442 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2018-07-05 |
Date de Publication | 2018-07-05 |
Évaluation | 3.82/5 Total 33 Évaluations |
Développeur | StopNormalizing |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | http://www.stopnormalizing.com |
Langues Prises en Charge | 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" } ] } |