Is this racist?

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

Vad är Is this racist??

Is this racist? är en Chrome-tillägg utvecklad av Luke Rosiak, och dess huvudfunktion är "Swap the names of races in the current page. If it sounds racist one way, it's racist the other way.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Is this racist?-förlängningens CRX-fil

Ladda ner Is this 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

                        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.                    

Grundläggande Information om Tillägg

Namn Is this racist? Is this racist?
ID lgpjkipjbcgiiajjhldejgmblmkdipaf
Officiell webbadress https://chromewebstore.google.com/detail/is-this-racist/lgpjkipjbcgiiajjhldejgmblmkdipaf
Beskrivning Swap the names of races in the current page. If it sounds racist one way, it's racist the other way.
Filstorlek 448 KB
Antal Installationer 274
Aktuell Version 0.2
Senast Uppdaterad 2021-04-15
Publiceringsdatum 2021-04-14
Betyg 5.00/5 Totalt 10 Betyg
Utvecklare Luke Rosiak
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}