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
Cos'è Stop Normalizing Alt Right Neo-Nazi Edition?
Stop Normalizing Alt Right Neo-Nazi Edition è un'estensione di Chrome sviluppata da StopNormalizing, e la sua funzione principale è "Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https://twitter.com/stopnormalizing".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Stop Normalizing Alt Right Neo-Nazi Edition
Scarica i file di estensione Stop Normalizing Alt Right Neo-Nazi Edition in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ffbjneeahjafobcedlebkckenpkppjhj |
URL Ufficiale | https://chrome.google.com/webstore/detail/stop-normalizing-alt-righ/ffbjneeahjafobcedlebkckenpkppjhj |
Descrizione | Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https://twitter.com/stopnormalizing |
Dimensione del File | 3.58 KB |
Conteggio Installazioni | 442 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2018-07-05 |
Data di Pubblicazione | 2018-07-05 |
Valutazione | 3.82/5 Totale 33 Valutazioni |
Sviluppatore | StopNormalizing |
[email protected] | |
Tipo di Pagamento | in_app |
Sito Web dell'Estensione | http://www.stopnormalizing.com |
Lingue Supportate | 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" } ] } |