Alt-Right to Neo-Nazi
Replaces the text 'Alt-Right' with 'neo-nazi'.
Что такое Alt-Right to Neo-Nazi?
Alt-Right to Neo-Nazi - это расширение Chrome, разработанное MBilokonsky, и его основная функция - "Replaces the text 'Alt-Right' with 'neo-nazi'.".
Снимки экрана расширения
Скачать файл CRX расширения Alt-Right to Neo-Nazi
Скачайте файлы расширений Alt-Right to Neo-Nazi в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This browser extension clarifies certain ambiguities in the media coverage of the so-called 'alt-right' neo-nazi movement in the united states.
With this extension installed, the text "The Alt-Right" will become 'The Neo-Nazi movement', and the text 'Alt-Right' will simply become 'Neo-Nazi'. Основная информация о расширении
| Название | |
| ID | ncmeapahfpbjkalemlmnklpkjdlpimjh |
| Официальный URL | https://chromewebstore.google.com/detail/alt-right-to-neo-nazi/ncmeapahfpbjkalemlmnklpkjdlpimjh |
| Описание | Replaces the text 'Alt-Right' with 'neo-nazi'. |
| Размер файла | 11.81 KB |
| Количество установок | 12 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2016-11-21 |
| Дата публикации | 2016-11-21 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | MBilokonsky |
| Тип оплаты | free |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Alt-Right to Neo-Nazi",
"short_name": "Neo-Nazi",
"description": "Replaces the text 'Alt-Right' with 'neo-nazi'.",
"author": "Mykola Bilokonsky",
"version": "1.0",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"all_frames": true,
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |