Democrat Punch
Changes every instance of the word Nazi to Democrat
Что такое Democrat Punch?
Democrat Punch - это расширение Chrome, разработанное Unknown, и его основная функция - "Changes every instance of the word Nazi to Democrat".
Снимки экрана расширения
Скачать файл CRX расширения Democrat Punch
Скачайте файлы расширений Democrat Punch в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Democrat Punch is a tasty extension that replaces every use of the word "Nazi" with the word "Democrat". Created by Craig R. Brittain (@CraigRBrittain on Twitter) - if you like this extension please contribute to me via Patreon at http://Patreon.com/Audit or alternatively you can make one-time donations via Square Cash at http://cash.me/$CraigBrittain.
Основная информация о расширении
Название | Democrat Punch |
ID | hfdooeeigghchmdjnfbgdijidgkppdlb |
Официальный URL | https://chromewebstore.google.com/detail/democrat-punch/hfdooeeigghchmdjnfbgdijidgkppdlb |
Описание | Changes every instance of the word Nazi to Democrat |
Размер файла | 24.4 KB |
Количество установок | 15 |
Текущая Версия | 1.776 |
Последнее Обновление | 2017-02-01 |
Дата публикации | 2017-01-31 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | Unknown |
Тип оплаты | free |
Официальный сайт расширения | http://twitter.com/CraigRBrittain |
URL страницы помощи | http://patreon.com/audit |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Democrat Punch", "description": "Changes every instance of the word Nazi to Democrat", "version": "1.776", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "icons": { "128": "icon.png" } } |