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                    

拡張機能の基本情報

名前 White male to Jew 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"
        }
    ]
}