White male to Jew

Replaces the text 'white male' with 'Jew'.

Apa itu White male to Jew?

White male to Jew adalah ekstensi Chrome yang dikembangkan oleh ZeroShift, dan fitur utamanya adalah "Replaces the text 'white male' with 'Jew'.".

Unduh Berkas CRX Ekstensi White male to Jew

Unduh file ekstensi White male to Jew dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama White male to Jew White male to Jew
ID fbbomhhlpjbdgildfkjncmednnhpppdf
URL Resmi https://chrome.google.com/webstore/detail/white-male-to-jew/fbbomhhlpjbdgildfkjncmednnhpppdf
Deskripsi Replaces the text 'white male' with 'Jew'.
Ukuran File 3.49 KB
Jumlah Instalasi 84
Versi Saat Ini 1.1
Terakhir Diperbarui 2015-01-25
Tanggal Publikasi 2015-01-25
Penilaian 4.25/5 Total 8 Penilaian
Pengembang ZeroShift
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}