White male to Jew

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

Co je White male to Jew?

White male to Jew je rozšíření Chrome vyvinuté ZeroShift, a jeho hlavní funkcí je „Replaces the text 'white male' with 'Jew'.“.

Stáhnout soubor CRX rozšíření White male to Jew

Stáhněte si soubory rozšíření White male to Jew ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název White male to Jew White male to Jew
ID fbbomhhlpjbdgildfkjncmednnhpppdf
Oficiální URL https://chrome.google.com/webstore/detail/white-male-to-jew/fbbomhhlpjbdgildfkjncmednnhpppdf
Popis Replaces the text 'white male' with 'Jew'.
Velikost souboru 3.49 KB
Počet instalací 84
Aktuální Verze 1.1
Poslední Aktualizace 2015-01-25
Datum Vydání 2015-01-25
Hodnocení 4.25/5 Celkem 8 Hodnocení
Vývojář ZeroShift
Typ Platby free
Podporované Jazyky 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"
        }
    ]
}