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開發的Chrome擴展程式,該擴展的主要功能是“Swap the names of races in the current page. If it sounds racist one way, it's racist the other way.”。

擴展截圖

screenshot
screenshot
screenshot

下載Is this racist?擴展crx文件

下載Is this racist?擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}