Reverse Racism

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

What is Reverse Racism?

Reverse Racism is a Chrome extension developed by ReverseThatRacism, and its main feature is "Use this plugin to see what a seemingly harmless attack on white people would look like if used towards any other race.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Reverse Racism Extension CRX File

Download Reverse Racism extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Reverse Racism Reverse Racism
ID kofejldijbejkfnihpibekpoooickgia
Official URL https://chromewebstore.google.com/detail/reverse-racism/kofejldijbejkfnihpibekpoooickgia
Description Use this plugin to see what a seemingly harmless attack on white people would look like if used towards any other race.
File Size 52.1 KB
Installation Count 53
Current Version 1.0
Last Updated 2017-01-02
Publish Date 2017-01-02
Rating 4.86/5 Total 7 Ratings
Developer ReverseThatRacism
Payment Type free
Extension Website http://www.reversethatracism.com
Supported Languages 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"
        }
    ]
}