You Mean Racist?

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

Co je You Mean Racist??

You Mean Racist? je rozšíření Chrome vyvinuté Tamenze, a jeho hlavní funkcí je „Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření You Mean Racist?

Stáhněte si soubory rozšíření You Mean Racist? ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název You Mean Racist? You Mean Racist?
ID lhhgjpemkeanpdgdedcnpanpldajdcig
Oficiální URL https://chromewebstore.google.com/detail/you-mean-racist/lhhgjpemkeanpdgdedcnpanpldajdcig
Popis Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'
Velikost souboru 14.15 KB
Počet instalací 37
Aktuální Verze 1.3
Poslední Aktualizace 2020-02-09
Datum Vydání 2020-02-09
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Tamenze
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/Tamenze/chromeext-youMeanRacist
Podporované Jazyky 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"
    ]
}