You Mean Racist?

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

Vad är You Mean Racist??

You Mean Racist? är en Chrome-tillägg utvecklad av Tamenze, och dess huvudfunktion är "Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner You Mean Racist?-förlängningens CRX-fil

Ladda ner You Mean Racist?-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn You Mean Racist? You Mean Racist?
ID lhhgjpemkeanpdgdedcnpanpldajdcig
Officiell webbadress https://chromewebstore.google.com/detail/you-mean-racist/lhhgjpemkeanpdgdedcnpanpldajdcig
Beskrivning Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'
Filstorlek 14.15 KB
Antal Installationer 37
Aktuell Version 1.3
Senast Uppdaterad 2020-02-09
Publiceringsdatum 2020-02-09
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Tamenze
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/Tamenze/chromeext-youMeanRacist
Stödda Språk 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"
    ]
}