White male to Jew
Replaces the text 'white male' with 'Jew'.
什么是White male to Jew?
White male to Jew是由ZeroShift开发的Chrome扩展程序,该扩展的主要功能是“Replaces the text 'white male' with 'Jew'.”。
下载White male to Jew扩展crx文件
下载White male to Jew扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | ![]() |
ID | fbbomhhlpjbdgildfkjncmednnhpppdf |
官方URL | https://chrome.google.com/webstore/detail/white-male-to-jew/fbbomhhlpjbdgildfkjncmednnhpppdf |
简介 | Replaces the text 'white male' with 'Jew'. |
文件大小 | 3.49 KB |
安装次数 | 84 |
当前版本 | 1.1 |
更新时间 | 2015-01-25 |
上架时间 | 2015-01-25 |
评分 | 4.25/5 共8次评分 |
开发者 | ZeroShift |
付费类型 | free |
支持的语言 | 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" } ] } |