You Mean Racist?

Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'

Что такое You Mean Racist??

You Mean Racist? - это расширение Chrome, разработанное Tamenze, и его основная функция - "Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения You Mean Racist?

Скачайте файлы расширений You Mean Racist? в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension allows users to correct coded language often used by publications to soften the impact of racist actions. "Racially charged"/"Racially tinged" is corrected to read "Racist" with a click of a button.                    

Основная информация о расширении

Название You Mean Racist? You Mean Racist?
ID lhhgjpemkeanpdgdedcnpanpldajdcig
Официальный URL https://chromewebstore.google.com/detail/you-mean-racist/lhhgjpemkeanpdgdedcnpanpldajdcig
Описание Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'
Размер файла 14.15 KB
Количество установок 37
Текущая Версия 1.3
Последнее Обновление 2020-02-09
Дата публикации 2020-02-09
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Tamenze
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/Tamenze/chromeext-youMeanRacist
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "You Mean Racist?",
    "description": "Replace the phrase 'racially charged' with the more oft-accurate term 'racist.'",
    "version": "1.3",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}