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 là gì?

Reverse Racism là một tiện ích mở rộng Chrome được phát triển bởi ReverseThatRacism, và tính năng chính của nó là "Use this plugin to see what a seemingly harmless attack on white people would look like if used towards any other race.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Reverse Racism

Tải xuống các tệp mở rộng Reverse Racism dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Reverse Racism Reverse Racism
ID kofejldijbejkfnihpibekpoooickgia
URL Chính Thức https://chromewebstore.google.com/detail/reverse-racism/kofejldijbejkfnihpibekpoooickgia
Mô tả Use this plugin to see what a seemingly harmless attack on white people would look like if used towards any other race.
Kích Thước Tệp 52.1 KB
Số Lần Cài Đặt 53
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-01-02
Ngày Phát Hành 2017-01-02
Đánh Giá 4.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển ReverseThatRacism
Loại Thanh Toán free
Trang Web Mở Rộng http://www.reversethatracism.com
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}