Is this racist?
Swap the names of races in the current page. If it sounds racist one way, it's racist the other way.
Co to jest Is this racist??
Is this racist? to rozszerzenie Chrome opracowane przez Luke Rosiak, a jego główną funkcją jest „Swap the names of races in the current page. If it sounds racist one way, it's racist the other way.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Is this racist?
Pobierz pliki rozszerzeń Is this racist? w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Is this racist? |
ID | lgpjkipjbcgiiajjhldejgmblmkdipaf |
Oficjalny URL | https://chromewebstore.google.com/detail/is-this-racist/lgpjkipjbcgiiajjhldejgmblmkdipaf |
Opis | Swap the names of races in the current page. If it sounds racist one way, it's racist the other way. |
Rozmiar pliku | 448 KB |
Liczba instalacji | 274 |
Aktualna Wersja | 0.2 |
Ostatnia Aktualizacja | 2021-04-15 |
Data Publikacji | 2021-04-14 |
Ocena | 5.00/5 Łącznie 10 Oceny |
Deweloper | Luke Rosiak |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |