You Mean Racist?

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

Was ist You Mean Racist??

You Mean Racist? ist eine Chrome-Erweiterung, die von Tamenze entwickelt wurde, und ihr Hauptmerkmal ist "Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'".

Erweiterungsscreenshots

screenshot
screenshot

You Mean Racist?-Erweiterungs-CRX-Datei herunterladen

Laden Sie You Mean Racist?-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name You Mean Racist? You Mean Racist?
ID lhhgjpemkeanpdgdedcnpanpldajdcig
Offizielle URL https://chromewebstore.google.com/detail/you-mean-racist/lhhgjpemkeanpdgdedcnpanpldajdcig
Beschreibung Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'
Dateigröße 14.15 KB
Installationsanzahl 37
Aktuelle Version 1.3
Letztes Update 2020-02-09
Veröffentlichungsdatum 2020-02-09
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Tamenze
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/Tamenze/chromeext-youMeanRacist
Unterstützte Sprachen 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"
    ]
}