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"
        }
    ]
}