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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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