Is this racist?
Swap the names of races in the current page. If it sounds racist one way, it's racist the other way.
Wat is Is this racist??
Is this racist? is een Chrome-extensie ontwikkeld door Luke Rosiak, en de belangrijkste functie is "Swap the names of races in the current page. If it sounds racist one way, it's racist the other way.".
Extensie Screenshots
Download het CRX-bestand van de extensie Is this racist?
Download Is this racist?-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Is this racist? |
ID | lgpjkipjbcgiiajjhldejgmblmkdipaf |
Officiële URL | https://chromewebstore.google.com/detail/is-this-racist/lgpjkipjbcgiiajjhldejgmblmkdipaf |
Beschrijving | Swap the names of races in the current page. If it sounds racist one way, it's racist the other way. |
Bestandsgrootte | 448 KB |
Aantal Installaties | 274 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2021-04-15 |
Publicatiedatum | 2021-04-14 |
Beoordeling | 5.00/5 Totaal 10 Beoordelingen |
Ontwikkelaar | Luke Rosiak |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |