Twitch Bonus AutoRedeemer
Redeems the little green box of bonus channel points automatically so you don't have to :)
Что такое Twitch Bonus AutoRedeemer?
Twitch Bonus AutoRedeemer - это расширение Chrome, разработанное alex, и его основная функция - "Redeems the little green box of bonus channel points automatically so you don't have to :)".
Снимки экрана расширения
Скачать файл CRX расширения Twitch Bonus AutoRedeemer
Скачайте файлы расширений Twitch Bonus AutoRedeemer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Automatically redeems bonus points for any Twitch channel you are currently watching
Основная информация о расширении
Название | Twitch Bonus AutoRedeemer |
ID | kgikffepcmbceoekidaeghgkjlanieaj |
Официальный URL | https://chromewebstore.google.com/detail/twitch-bonus-autoredeemer/kgikffepcmbceoekidaeghgkjlanieaj |
Описание | Redeems the little green box of bonus channel points automatically so you don't have to :) |
Размер файла | 4.94 KB |
Количество установок | 20 |
Текущая Версия | 1.0.2 |
Последнее Обновление | 2021-05-24 |
Дата публикации | 2020-09-23 |
Разработчик | alex |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Bonus AutoRedeemer", "version": "1.0.2", "description": "Redeems the little green box of bonus channel points automatically so you don't have to :)", "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "twitch-bonus-redeemer.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "incognito": "spanning", "manifest_version": 2 } |