Republicans: The Nazi Party
Replaces the text 'republicans' and 'conservatives' with 'Nazis'. Call a spade a spade.
Cos'è Republicans: The Nazi Party?
Republicans: The Nazi Party è un'estensione di Chrome sviluppata da Lyin' Ted, e la sua funzione principale è "Replaces the text 'republicans' and 'conservatives' with 'Nazis'. Call a spade a spade.".
Scarica il file CRX dell'estensione Republicans: The Nazi Party
Scarica i file di estensione Republicans: The Nazi Party 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
"Excuse me, they didn't put themselves down as neo-Nazis, and you had some very bad people in that group. But you also had people that were very fine people on both sides. You had people in that group – excuse me, excuse me. I saw the same pictures as you did. You had people in that group that were there to protest the taking down, of to them, a very, very important statue and the renaming of a park from Robert E. Lee to another name." ... "Okay, what about the alt-left that came charging at us – excuse me – what about the alt-left that came charging at the, as you say, the alt right? Do they have any semblance of guilt?"
Informazioni di Base sull'Estensione
Nome | |
ID | njdnedhccajgmoflgnoclcicnjidpaec |
URL Ufficiale | https://chrome.google.com/webstore/detail/republicans-the-nazi-part/njdnedhccajgmoflgnoclcicnjidpaec |
Descrizione | Replaces the text 'republicans' and 'conservatives' with 'Nazis'. Call a spade a spade. |
Dimensione del File | 24.48 KB |
Conteggio Installazioni | 19 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2017-08-16 |
Data di Pubblicazione | 2017-08-16 |
Valutazione | 2.33/5 Totale 3 Valutazioni |
Sviluppatore | Lyin' Ted |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Republicans: The Nazi Party", "description": "Replaces the text 'republicans' and 'conservatives' with 'Nazis'. Call a spade a spade.", "version": "2.0", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |