Drumpfinator++
Add this app to your Chrome browser to make reading new articles great again.
Что такое Drumpfinator++?
Drumpfinator++ - это расширение Chrome, разработанное McRain, и его основная функция - "Add this app to your Chrome browser to make reading new articles great again.".
Снимки экрана расширения
Скачать файл CRX расширения Drumpfinator++
Скачайте файлы расширений Drumpfinator++ в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Based on the original Drumpfinator, this extension creates replacement names for front running candidates from both parties. The extension and iconography still links to all the Drumpf resources because they should get the original credit. The extension requires permissions on all sites because it has to scan all the text to find references to each of the candidates. The extension does nothing else but this.
Основная информация о расширении
Название | |
ID | eojeglolelohngdhhddhpogkinjpedpi |
Официальный URL | https://chrome.google.com/webstore/detail/drumpfinator++/eojeglolelohngdhhddhpogkinjpedpi |
Описание | Add this app to your Chrome browser to make reading new articles great again. |
Размер файла | 150 KB |
Количество установок | 73 |
Текущая Версия | 1.0 |
Последнее Обновление | 2016-03-13 |
Дата публикации | 2016-03-13 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | McRain |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Drumpfinator++", "version": "1.0", "description": "Add this app to your Chrome browser to make reading new articles great again.", "permissions": [ "http:\/\/*.google.com\/", "http:\/\/*.com\/", "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "icon.png", "default_title": "Make Donald Drumpf Again!", "default_popup": "popup.html" } } |