You Mean Racist?

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

Wat is You Mean Racist??

You Mean Racist? is een Chrome-extensie ontwikkeld door Tamenze, en de belangrijkste functie is "Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie You Mean Racist?

Download You Mean Racist?-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam You Mean Racist? You Mean Racist?
ID lhhgjpemkeanpdgdedcnpanpldajdcig
Officiële URL https://chromewebstore.google.com/detail/you-mean-racist/lhhgjpemkeanpdgdedcnpanpldajdcig
Beschrijving Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'
Bestandsgrootte 14.15 KB
Aantal Installaties 37
Huidige Versie 1.3
Laatst Bijgewerkt 2020-02-09
Publicatiedatum 2020-02-09
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Tamenze
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Tamenze/chromeext-youMeanRacist
Ondersteunde Talen 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"
    ]
}