White male to Jew
Replaces the text 'white male' with 'Jew'.
Cos'è White male to Jew?
White male to Jew è un'estensione di Chrome sviluppata da ZeroShift, e la sua funzione principale è "Replaces the text 'white male' with 'Jew'.".
Scarica il file CRX dell'estensione White male to Jew
Scarica i file di estensione White male to Jew 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
Chrome extension that replaces occurrences of 'White male' and other variations with 'Jew' Ever wondered, "Hmm, these SJWs everywhere sure seem awfully bigoted" well now you can see it clear as day! NOTE: This extension is satire and its contents are not to be taken seriously. By downloading and installing this extension you are waiving any right to be "triggered" by it or my other works. Any accusation of "triggering" or "privilege" will be met with 50 lashes with a wet noodle. Source: https://github.com/Zero-Shift/White-Male-to-Jew
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | fbbomhhlpjbdgildfkjncmednnhpppdf |
URL Ufficiale | https://chrome.google.com/webstore/detail/white-male-to-jew/fbbomhhlpjbdgildfkjncmednnhpppdf |
Descrizione | Replaces the text 'white male' with 'Jew'. |
Dimensione del File | 3.49 KB |
Conteggio Installazioni | 84 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2015-01-25 |
Data di Pubblicazione | 2015-01-25 |
Valutazione | 4.25/5 Totale 8 Valutazioni |
Sviluppatore | ZeroShift |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "White male to Jew", "version": "1.1", "description": "Replaces the text 'white male' with 'Jew'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |