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
Eメール [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"
    ]
}