Twitch - Bonus Collector
Automatic collection of bonuses for Twitch chat. You don't have to worry about getting bonuses. The extension will do it for you.
Что такое Twitch - Bonus Collector?
Twitch - Bonus Collector - это расширение Chrome, разработанное Alexander Gerasimov, и его основная функция - "Automatic collection of bonuses for Twitch chat. You don't have to worry about getting bonuses. The extension will do it for you.".
Снимки экрана расширения
Скачать файл CRX расширения Twitch - Bonus Collector
Скачайте файлы расширений Twitch - Bonus Collector в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Simple use! Nothing extra!
Основная информация о расширении
Название | |
ID | dlohmjidoachadcbejnkpaikmgphoilo |
Официальный URL | https://chrome.google.com/webstore/detail/twitch-bonus-collector/dlohmjidoachadcbejnkpaikmgphoilo |
Описание | Automatic collection of bonuses for Twitch chat. You don't have to worry about getting bonuses. The extension will do it for you. |
Размер файла | 70.15 KB |
Количество установок | 322 |
Текущая Версия | 1.0.5 |
Последнее Обновление | 2021-05-19 |
Дата публикации | 2020-04-16 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Alexander Gerasimov |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "22.0", "name": "Twitch - Bonus Collector", "description": "Automatic collection of bonuses for Twitch chat. You don't have to worry about getting bonuses. The extension will do it for you.", "version": "1.0.5", "author": "Alexander Gerasimov", "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "64": "img\/icon64.png" }, "browser_action": { "default_title": "Twitch - Bonus Collector", "default_popup": "popup.html", "default_icon": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "64": "img\/icon64.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "js\/vendor\/jquery\/jquery-3.2.1.slim.min.js", "js\/core.js", "js\/content.js" ], "css": [ "css\/content.css" ] } ], "background": { "scripts": [ "js\/vendor\/jquery\/jquery-3.2.1.slim.min.js", "js\/core.js", "js\/background.js" ] }, "permissions": [ "storage", "activeTab", "https:\/\/www.twitch.tv\/*" ] } |