White male to Jew

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

¿Qué es White male to Jew?

White male to Jew es una extensión de Chrome desarrollada por ZeroShift, y su función principal es "Replaces the text 'white male' with 'Jew'.".

Descargar Archivo CRX de la Extensión White male to Jew

Descarga archivos de extensión White male to Jew en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre White male to Jew White male to Jew
ID fbbomhhlpjbdgildfkjncmednnhpppdf
URL Oficial https://chrome.google.com/webstore/detail/white-male-to-jew/fbbomhhlpjbdgildfkjncmednnhpppdf
Descripción Replaces the text 'white male' with 'Jew'.
Tamaño del Archivo 3.49 KB
Cantidad de Instalaciones 84
Versión Actual 1.1
Última Actualización 2015-01-25
Fecha de Publicación 2015-01-25
Calificación 4.25/5 Total de 8 Calificaciones
Desarrollador ZeroShift
Tipo de Pago free
Idiomas Soportados 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"
        }
    ]
}