Stop Normalizing Alt Right Neo-Nazi Edition

Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https://twitter.com/stopnormalizing

Что такое Stop Normalizing Alt Right Neo-Nazi Edition?

Stop Normalizing Alt Right Neo-Nazi Edition - это расширение Chrome, разработанное StopNormalizing, и его основная функция - "Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https://twitter.com/stopnormalizing".

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

screenshot

Скачать файл CRX расширения Stop Normalizing Alt Right Neo-Nazi Edition

Скачайте файлы расширений Stop Normalizing Alt Right Neo-Nazi Edition в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        By popular demand! Stop Normalizing Neo-Nazi Edition.

After installing "alt-right" will change into "neo-nazi" on any website, tweet, facebook post, wikipedia article, and others. 

Don't buy the rebranding; reject it.

NOTE: If you were using the original Stop Normalizing Chrome Extension, make sure to disable it before using the Neo-Nazi Edition.                    

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

Название Stop Normalizing Alt Right Neo-Nazi Edition Stop Normalizing Alt Right Neo-Nazi Edition
ID ffbjneeahjafobcedlebkckenpkppjhj
Официальный URL https://chrome.google.com/webstore/detail/stop-normalizing-alt-righ/ffbjneeahjafobcedlebkckenpkppjhj
Описание Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https://twitter.com/stopnormalizing
Размер файла 3.58 KB
Количество установок 442
Текущая Версия 1.0
Последнее Обновление 2018-07-05
Дата публикации 2018-07-05
Рейтинг 3.82/5 Всего 33 оценок
Разработчик StopNormalizing
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения http://www.stopnormalizing.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stop Normalizing Alt Right Neo-Nazi Edition",
    "version": "1.0",
    "description": "Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https:\/\/twitter.com\/stopnormalizing",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}