You Mean Racist?

Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'

什么是You Mean Racist??

You Mean Racist?是由Tamenze开发的Chrome扩展程序,该扩展的主要功能是“Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'”。

扩展截图

screenshot
screenshot

下载You Mean Racist?扩展crx文件

下载You Mean Racist?扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension allows users to correct coded language often used by publications to soften the impact of racist actions. "Racially charged"/"Racially tinged" is corrected to read "Racist" with a click of a button.                    

扩展基本信息

名称 You Mean Racist? You Mean Racist?
ID lhhgjpemkeanpdgdedcnpanpldajdcig
官方URL https://chromewebstore.google.com/detail/you-mean-racist/lhhgjpemkeanpdgdedcnpanpldajdcig
简介 Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'
文件大小 14.15 KB
安装次数 37
当前版本 1.3
更新时间 2020-02-09
上架时间 2020-02-09
评分 5.00/5 共2次评分
开发者 Tamenze
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/Tamenze/chromeext-youMeanRacist
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "You Mean Racist?",
    "description": "Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'",
    "version": "1.3",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}