Is this racist?

Swap the names of races in the current page. If it sounds racist one way, it's racist the other way.

Was ist Is this racist??

Is this racist? ist eine Chrome-Erweiterung, die von Luke Rosiak entwickelt wurde, und ihr Hauptmerkmal ist "Swap the names of races in the current page. If it sounds racist one way, it's racist the other way.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Is this racist?-Erweiterungs-CRX-Datei herunterladen

Laden Sie Is this 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

                        There's an easy way to tell whether an assertion in a news article or blog post you're reading is racist: swap the races. If it sounds bad that way, it's bad the first way. 

Just click the icon to swap words like "white" to "black" and vice versa on the web page you're currently viewing. The extension doesn't have access to anything other than the current tab, and doesn't collect any data.                    

Grundlegende Informationen zur Erweiterung

Name Is this racist? Is this racist?
ID lgpjkipjbcgiiajjhldejgmblmkdipaf
Offizielle URL https://chromewebstore.google.com/detail/is-this-racist/lgpjkipjbcgiiajjhldejgmblmkdipaf
Beschreibung Swap the names of races in the current page. If it sounds racist one way, it's racist the other way.
Dateigröße 448 KB
Installationsanzahl 274
Aktuelle Version 0.2
Letztes Update 2021-04-15
Veröffentlichungsdatum 2021-04-14
Bewertung 5.00/5 Insgesamt 10 Bewertungen
Entwickler Luke Rosiak
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Is this racist?",
    "action": [],
    "manifest_version": 3,
    "version": "0.2",
    "description": "Swap the names of races in the current page. If it sounds racist one way, it's racist the other way.",
    "icons": {
        "16": "icon_128.png",
        "48": "icon_128.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    }
}