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