Goebbels Nazi Extension
Goebbels very first extension, turns SJW hate into pro-Nazi hate.
Cos'è Goebbels Nazi Extension?
Goebbels Nazi Extension è un'estensione di Chrome sviluppata da Bob Bobson, e la sua funzione principale è "Goebbels very first extension, turns SJW hate into pro-Nazi hate.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Goebbels Nazi Extension
Scarica i file di estensione Goebbels Nazi Extension 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
This is a very simple extension, is just replaces curtain phrases such as 'men' with 'jews' and 'feminist' with 'nazi'. Now, this may seem all in bad taste to you but I assure you, it's very funny. This extension exposes the complete lunacy of 3rd-wave feminism. Just to clarify I am not a nazi or support nazism or any form of discrimination.
Informazioni di Base sull'Estensione
Nome | |
ID | iomgmieikoadnldfkdmbggemplkfmpfl |
URL Ufficiale | https://chrome.google.com/webstore/detail/goebbels-nazi-extension/iomgmieikoadnldfkdmbggemplkfmpfl |
Descrizione | Goebbels very first extension, turns SJW hate into pro-Nazi hate. |
Dimensione del File | 1.34 MB |
Conteggio Installazioni | 91 |
Versione Corrente | 1.3.1 |
Ultimo Aggiornamento | 2015-05-25 |
Data di Pubblicazione | 2015-05-25 |
Valutazione | 4.74/5 Totale 19 Valutazioni |
Sviluppatore | Bob Bobson |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Goebbels Nazi Extension", "short_name": "GNE", "version": "1.3.1", "manifest_version": 2, "description": "Goebbels very first extension, turns SJW hate into pro-Nazi hate.", "options_page": "options\/options.html", "icons": { "16": "assets\/gne_icon_16c.png", "48": "assets\/gne_icon_48c.png", "128": "assets\/gne_icon_128c.png" }, "browser_action": { "default_icon": { "19": "assets\/ba_icon_19c.png" }, "default_title": "Add Atmosphere" }, "content_scripts": [ { "js": [ "java\/script.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "background": { "scripts": [ "java\/background.js" ] }, "permissions": [ "background", "storage", "tabs", "*:\/\/*\/*" ], "web_accessible_resources": [ "background.js", "script.js" ] } |