Reverse Racism

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

Co je Reverse Racism?

Reverse Racism je rozšíření Chrome vyvinuté ReverseThatRacism, a jeho hlavní funkcí je „Use this plugin to see what a seemingly harmless attack on white people would look like if used towards any other race.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Reverse Racism

Stáhněte si soubory rozšíření Reverse Racism 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í

                        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                    

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

Název Reverse Racism Reverse Racism
ID kofejldijbejkfnihpibekpoooickgia
Oficiální URL https://chromewebstore.google.com/detail/reverse-racism/kofejldijbejkfnihpibekpoooickgia
Popis Use this plugin to see what a seemingly harmless attack on white people would look like if used towards any other race.
Velikost souboru 52.1 KB
Počet instalací 53
Aktuální Verze 1.0
Poslední Aktualizace 2017-01-02
Datum Vydání 2017-01-02
Hodnocení 4.86/5 Celkem 7 Hodnocení
Vývojář ReverseThatRacism
Typ Platby free
Webové stránky Rozšíření http://www.reversethatracism.com
Podporované Jazyky 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"
        }
    ]
}