White male to Jew

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

Qu'est-ce que White male to Jew ?

White male to Jew est une extension Chrome développée par ZeroShift, et sa fonction principale est "Replaces the text 'white male' with 'Jew'.".

Télécharger le fichier CRX de l'extension White male to Jew

Téléchargez les fichiers d'extension White male to Jew au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom White male to Jew White male to Jew
ID fbbomhhlpjbdgildfkjncmednnhpppdf
URL Officiel https://chrome.google.com/webstore/detail/white-male-to-jew/fbbomhhlpjbdgildfkjncmednnhpppdf
Description Replaces the text 'white male' with 'Jew'.
Taille du Fichier 3.49 KB
Nombre d'Installations 84
Version Actuelle 1.1
Dernière Mise à Jour 2015-01-25
Date de Publication 2015-01-25
Évaluation 4.25/5 Total 8 Évaluations
Développeur ZeroShift
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}