Alt-Right Denormalizer
Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism'
Что такое Alt-Right Denormalizer?
Alt-Right Denormalizer - это расширение Chrome, разработанное Unknown, и его основная функция - "Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism'".
Снимки экрана расширения
Скачать файл CRX расширения Alt-Right Denormalizer
Скачайте файлы расширений Alt-Right Denormalizer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Replaces any appearance of the phrase 'alt-right' with 'Rebranded White Nationalism,' because this should not be normalized. I saw a few other versions of this out there, but wanted one with a more distinctive phrase.
Основная информация о расширении
Название | Alt-Right Denormalizer |
ID | glfmlcifdhfpibfmokbcojfkbgfigeph |
Официальный URL | https://chromewebstore.google.com/detail/alt-right-denormalizer/glfmlcifdhfpibfmokbcojfkbgfigeph |
Описание | Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism' |
Размер файла | 3.56 KB |
Количество установок | 657 |
Текущая Версия | 1.0 |
Последнее Обновление | 2016-11-17 |
Дата публикации | 2016-11-16 |
Рейтинг | 4.12/5 Всего 34 оценок |
Разработчик | Unknown |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Alt-Right Denormalizer", "description": "Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism' ", "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |