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
官方網址 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"
        }
    ]
}