Is this racist?
Swap the names of races in the current page. If it sounds racist one way, it's racist the other way.
Cos'è Is this racist??
Is this racist? è un'estensione di Chrome sviluppata da Luke Rosiak, e la sua funzione principale è "Swap the names of races in the current page. If it sounds racist one way, it's racist the other way.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Is this racist?
Scarica i file di estensione Is this racist? in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Is this racist? |
ID | lgpjkipjbcgiiajjhldejgmblmkdipaf |
URL Ufficiale | https://chromewebstore.google.com/detail/is-this-racist/lgpjkipjbcgiiajjhldejgmblmkdipaf |
Descrizione | Swap the names of races in the current page. If it sounds racist one way, it's racist the other way. |
Dimensione del File | 448 KB |
Conteggio Installazioni | 274 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2021-04-15 |
Data di Pubblicazione | 2021-04-14 |
Valutazione | 5.00/5 Totale 10 Valutazioni |
Sviluppatore | Luke Rosiak |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |