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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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 फ़ाइल डाउनलोड करें

crx प्रारूप में Reverse Racism एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        }
    ]
}