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? هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة Is this racist?

قم بتنزيل ملفات الامتداد Is this racist? بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    }
}