Alt-Right Denormalizer
Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism'
Cos'è Alt-Right Denormalizer?
Alt-Right Denormalizer è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism'".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Alt-Right Denormalizer
Scarica i file di estensione Alt-Right Denormalizer 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
Replaces any appearance of the phrase 'alt-right' with 'Rebranded White Nationalism,' because this should not be normalized. I saw a few other versions of this out there, but wanted one with a more distinctive phrase.
Informazioni di Base sull'Estensione
Nome | Alt-Right Denormalizer |
ID | glfmlcifdhfpibfmokbcojfkbgfigeph |
URL Ufficiale | https://chromewebstore.google.com/detail/alt-right-denormalizer/glfmlcifdhfpibfmokbcojfkbgfigeph |
Descrizione | Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism' |
Dimensione del File | 3.56 KB |
Conteggio Installazioni | 657 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-11-17 |
Data di Pubblicazione | 2016-11-16 |
Valutazione | 4.12/5 Totale 34 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Alt-Right Denormalizer", "description": "Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism' ", "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |