Is this racist?
Swap the names of races in the current page. If it sounds racist one way, it's racist the other way.
Что такое Is this racist??
Is this racist? - это расширение Chrome, разработанное Luke Rosiak, и его основная функция - "Swap the names of races in the current page. If it sounds racist one way, it's racist the other way.".
Снимки экрана расширения
Скачать файл CRX расширения Is this racist?
Скачайте файлы расширений Is this racist? в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Is this racist? |
ID | lgpjkipjbcgiiajjhldejgmblmkdipaf |
Официальный URL | https://chromewebstore.google.com/detail/is-this-racist/lgpjkipjbcgiiajjhldejgmblmkdipaf |
Описание | Swap the names of races in the current page. If it sounds racist one way, it's racist the other way. |
Размер файла | 448 KB |
Количество установок | 274 |
Текущая Версия | 0.2 |
Последнее Обновление | 2021-04-15 |
Дата публикации | 2021-04-14 |
Рейтинг | 5.00/5 Всего 10 оценок |
Разработчик | Luke Rosiak |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" } } |