White male to Jew

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

Vad är White male to Jew?

White male to Jew är en Chrome-tillägg utvecklad av ZeroShift, och dess huvudfunktion är "Replaces the text 'white male' with 'Jew'.".

Ladda ner White male to Jew-förlängningens CRX-fil

Ladda ner White male to Jew-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn White male to Jew White male to Jew
ID fbbomhhlpjbdgildfkjncmednnhpppdf
Officiell webbadress https://chrome.google.com/webstore/detail/white-male-to-jew/fbbomhhlpjbdgildfkjncmednnhpppdf
Beskrivning Replaces the text 'white male' with 'Jew'.
Filstorlek 3.49 KB
Antal Installationer 84
Aktuell Version 1.1
Senast Uppdaterad 2015-01-25
Publiceringsdatum 2015-01-25
Betyg 4.25/5 Totalt 8 Betyg
Utvecklare ZeroShift
Betalningssätt free
Stödda Språk 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"
        }
    ]
}