White male to Jew

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

Hvad er White male to Jew?

White male to Jew er en Chrome-udvidelse udviklet af ZeroShift, og dens hovedfunktion er "Replaces the text 'white male' with 'Jew'.".

Download White male to Jew-udvidelses-CRX-fil

Download White male to Jew-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn White male to Jew White male to Jew
ID fbbomhhlpjbdgildfkjncmednnhpppdf
Officiel URL https://chrome.google.com/webstore/detail/white-male-to-jew/fbbomhhlpjbdgildfkjncmednnhpppdf
Beskrivelse Replaces the text 'white male' with 'Jew'.
Filstørrelse 3.49 KB
Antal Installationer 84
Nuværende Version 1.1
Senest Opdateret 2015-01-25
Udgivelsesdato 2015-01-25
Bedømmelse 4.25/5 Samlet 8 Bedømmelser
Udvikler ZeroShift
Betalingsmetode free
Understøttede Sprog 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"
        }
    ]
}