White male to Jew

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

Was ist White male to Jew?

White male to Jew ist eine Chrome-Erweiterung, die von ZeroShift entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the text 'white male' with 'Jew'.".

White male to Jew-Erweiterungs-CRX-Datei herunterladen

Laden Sie White male to Jew-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name White male to Jew White male to Jew
ID fbbomhhlpjbdgildfkjncmednnhpppdf
Offizielle URL https://chrome.google.com/webstore/detail/white-male-to-jew/fbbomhhlpjbdgildfkjncmednnhpppdf
Beschreibung Replaces the text 'white male' with 'Jew'.
Dateigröße 3.49 KB
Installationsanzahl 84
Aktuelle Version 1.1
Letztes Update 2015-01-25
Veröffentlichungsdatum 2015-01-25
Bewertung 4.25/5 Insgesamt 8 Bewertungen
Entwickler ZeroShift
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}