You Mean Racist?

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

Hvad er You Mean Racist??

You Mean Racist? er en Chrome-udvidelse udviklet af Tamenze, og dens hovedfunktion er "Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'".

Udvidelsesskærmbilleder

screenshot
screenshot

Download You Mean Racist?-udvidelses-CRX-fil

Download You Mean Racist?-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn You Mean Racist? You Mean Racist?
ID lhhgjpemkeanpdgdedcnpanpldajdcig
Officiel URL https://chromewebstore.google.com/detail/you-mean-racist/lhhgjpemkeanpdgdedcnpanpldajdcig
Beskrivelse Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'
Filstørrelse 14.15 KB
Antal Installationer 37
Nuværende Version 1.3
Senest Opdateret 2020-02-09
Udgivelsesdato 2020-02-09
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Tamenze
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/Tamenze/chromeext-youMeanRacist
Understøttede Sprog 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"
    ]
}