White male to Jew
Replaces the text 'white male' with 'Jew'.
Wat is White male to Jew?
White male to Jew is een Chrome-extensie ontwikkeld door ZeroShift, en de belangrijkste functie is "Replaces the text 'white male' with 'Jew'.".
Download het CRX-bestand van de extensie White male to Jew
Download White male to Jew-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | ![]() |
ID | fbbomhhlpjbdgildfkjncmednnhpppdf |
Officiële URL | https://chrome.google.com/webstore/detail/white-male-to-jew/fbbomhhlpjbdgildfkjncmednnhpppdf |
Beschrijving | Replaces the text 'white male' with 'Jew'. |
Bestandsgrootte | 3.49 KB |
Aantal Installaties | 84 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2015-01-25 |
Publicatiedatum | 2015-01-25 |
Beoordeling | 4.25/5 Totaal 8 Beoordelingen |
Ontwikkelaar | ZeroShift |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |