Is this racist?

Swap the names of races in the current page. If it sounds racist one way, it's racist the other way.

Is this racist? क्या है?

Is this racist? Luke Rosiak द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Swap the names of races in the current page. If it sounds racist one way, it's racist the other way."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Is this racist? एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        There's an easy way to tell whether an assertion in a news article or blog post you're reading is racist: swap the races. If it sounds bad that way, it's bad the first way. 

Just click the icon to swap words like "white" to "black" and vice versa on the web page you're currently viewing. The extension doesn't have access to anything other than the current tab, and doesn't collect any data.                    

एक्सटेंशन की मूल जानकारी

नाम Is this racist? Is this racist?
ID lgpjkipjbcgiiajjhldejgmblmkdipaf
आधिकारिक URL https://chromewebstore.google.com/detail/is-this-racist/lgpjkipjbcgiiajjhldejgmblmkdipaf
विवरण Swap the names of races in the current page. If it sounds racist one way, it's racist the other way.
फ़ाइल का आकार 448 KB
स्थापना संख्या 274
वर्तमान संस्करण 0.2
अंतिम अपडेट 2021-04-15
प्रकाशन तिथि 2021-04-14
रेटिंग 5.00/5 कुल 10 रेटिंग्स
डेवलपर Luke Rosiak
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Is this racist?",
    "action": [],
    "manifest_version": 3,
    "version": "0.2",
    "description": "Swap the names of races in the current page. If it sounds racist one way, it's racist the other way.",
    "icons": {
        "16": "icon_128.png",
        "48": "icon_128.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    }
}