Reverse Racism

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

什么是Reverse Racism?

Reverse Racism是由ReverseThatRacism开发的Chrome扩展程序,该扩展的主要功能是“Use this plugin to see what a seemingly harmless attack on white people would look like if used towards any other race.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Reverse Racism扩展crx文件

下载Reverse Racism扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Reverse Racism Reverse Racism
ID kofejldijbejkfnihpibekpoooickgia
官方URL https://chromewebstore.google.com/detail/reverse-racism/kofejldijbejkfnihpibekpoooickgia
简介 Use this plugin to see what a seemingly harmless attack on white people would look like if used towards any other race.
文件大小 52.1 KB
安装次数 53
当前版本 1.0
更新时间 2017-01-02
上架时间 2017-01-02
评分 4.86/5 共7次评分
开发者 ReverseThatRacism
付费类型 free
扩展官网 http://www.reversethatracism.com
支持的语言 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"
        }
    ]
}