White male to Jew
Replaces the text 'white male' with 'Jew'.
What is White male to Jew?
White male to Jew is a Chrome extension developed by ZeroShift, and its main feature is "Replaces the text 'white male' with 'Jew'.".
Download White male to Jew Extension CRX File
Download White male to Jew extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | ![]() |
ID | fbbomhhlpjbdgildfkjncmednnhpppdf |
Official URL | https://chrome.google.com/webstore/detail/white-male-to-jew/fbbomhhlpjbdgildfkjncmednnhpppdf |
Description | Replaces the text 'white male' with 'Jew'. |
File Size | 3.49 KB |
Installation Count | 84 |
Current Version | 1.1 |
Last Updated | 2015-01-25 |
Publish Date | 2015-01-25 |
Rating | 4.25/5 Total 8 Ratings |
Developer | ZeroShift |
Payment Type | free |
Supported Languages | 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" } ] } |