You Mean Racist?

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

Qu'est-ce que You Mean Racist? ?

You Mean Racist? est une extension Chrome développée par Tamenze, et sa fonction principale est "Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension You Mean Racist?

Téléchargez les fichiers d'extension You Mean Racist? au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom You Mean Racist? You Mean Racist?
ID lhhgjpemkeanpdgdedcnpanpldajdcig
URL Officiel https://chromewebstore.google.com/detail/you-mean-racist/lhhgjpemkeanpdgdedcnpanpldajdcig
Description Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'
Taille du Fichier 14.15 KB
Nombre d'Installations 37
Version Actuelle 1.3
Dernière Mise à Jour 2020-02-09
Date de Publication 2020-02-09
Évaluation 5.00/5 Total 2 Évaluations
Développeur Tamenze
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Tamenze/chromeext-youMeanRacist
Langues Prises en Charge 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"
    ]
}