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 |
官方網址 | 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" } ] } |