You Mean Racist?

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

Cos'è You Mean Racist??

You Mean Racist? è un'estensione di Chrome sviluppata da Tamenze, e la sua funzione principale è "Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione You Mean Racist?

Scarica i file di estensione You Mean Racist? in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome You Mean Racist? You Mean Racist?
ID lhhgjpemkeanpdgdedcnpanpldajdcig
URL Ufficiale https://chromewebstore.google.com/detail/you-mean-racist/lhhgjpemkeanpdgdedcnpanpldajdcig
Descrizione Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'
Dimensione del File 14.15 KB
Conteggio Installazioni 37
Versione Corrente 1.3
Ultimo Aggiornamento 2020-02-09
Data di Pubblicazione 2020-02-09
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Tamenze
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Tamenze/chromeext-youMeanRacist
Lingue Supportate 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"
    ]
}