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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ReverseThatRacism และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reverse Racism

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    ]
}