Reverse Racism

Use this plugin to see what a seemingly harmless attack on white people would look like if used towards any other race.

¿Qué es Reverse Racism?

Reverse Racism es una extensión de Chrome desarrollada por ReverseThatRacism, y su función principal es "Use this plugin to see what a seemingly harmless attack on white people would look like if used towards any other race.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Reverse Racism

Descarga archivos de extensión Reverse Racism 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

                        http://www.reversethatracism.com

Apparently one cannot be racist against white people.  Use this plugin to see what a seemingly harmless attack on white people would look like if put towards any other race.

When the extension is enabled, instances of the word 'white' in any page are replaced with a different race.

#ReverseThatRacism                    

Información Básica de la Extensión

Nombre Reverse Racism Reverse Racism
ID kofejldijbejkfnihpibekpoooickgia
URL Oficial https://chromewebstore.google.com/detail/reverse-racism/kofejldijbejkfnihpibekpoooickgia
Descripción Use this plugin to see what a seemingly harmless attack on white people would look like if used towards any other race.
Tamaño del Archivo 52.1 KB
Cantidad de Instalaciones 53
Versión Actual 1.0
Última Actualización 2017-01-02
Fecha de Publicación 2017-01-02
Calificación 4.86/5 Total de 7 Calificaciones
Desarrollador ReverseThatRacism
Tipo de Pago free
Sitio Web de la Extensión http://www.reversethatracism.com
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reverse Racism",
    "description": "Use this plugin to see what a seemingly harmless attack on white people would look like if used towards any other race.",
    "version": "1.0",
    "browser_action": {
        "default_icon": {
            "32": "on.png"
        },
        "default_title": "icon"
    },
    "icons": {
        "16": "on_16.png",
        "48": "on_48.png",
        "128": "on.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js"
            ],
            "run_at": "document_end"
        }
    ]
}