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