You Mean Racist?

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

What is You Mean Racist??

You Mean Racist? is a Chrome extension developed by Tamenze, and its main feature is "Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'".

Extension Screenshots

screenshot
screenshot

Download You Mean Racist? Extension CRX File

Download You Mean Racist? extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name You Mean Racist? You Mean Racist?
ID lhhgjpemkeanpdgdedcnpanpldajdcig
Official URL https://chromewebstore.google.com/detail/you-mean-racist/lhhgjpemkeanpdgdedcnpanpldajdcig
Description Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'
File Size 14.15 KB
Installation Count 37
Current Version 1.3
Last Updated 2020-02-09
Publish Date 2020-02-09
Rating 5.00/5 Total 2 Ratings
Developer Tamenze
Email [email protected]
Payment Type free
Extension Website https://github.com/Tamenze/chromeext-youMeanRacist
Supported Languages 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"
    ]
}