Twitch Auto-Redeem Channel Points
Auto-redeems Twitch channel points rewards for you!
Что такое Twitch Auto-Redeem Channel Points?
Twitch Auto-Redeem Channel Points - это расширение Chrome, разработанное techno, и его основная функция - "Auto-redeems Twitch channel points rewards for you!".
Снимки экрана расширения
Скачать файл CRX расширения Twitch Auto-Redeem Channel Points
Скачайте файлы расширений Twitch Auto-Redeem Channel Points в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
⚠ This extension is no longer being maintained ⚠ Auto-redeem your 15 minute Twitch channel points with the nicest GUI out of all other similar extensions! We also keep track of how many rewards you've redeem since installation with some little Easter eggs for you to unlock 😉! If you have any recommendations or ideas for future updates, please feel free to email me by clicking the "Contact the developer" button!
Основная информация о расширении
Название | Twitch Auto-Redeem Channel Points |
ID | lggkblkmildmnfpgbhlggfalgpkmojpf |
Официальный URL | https://chromewebstore.google.com/detail/twitch-auto-redeem-channe/lggkblkmildmnfpgbhlggfalgpkmojpf |
Описание | Auto-redeems Twitch channel points rewards for you! |
Размер файла | 1.58 MB |
Количество установок | 7,334 |
Текущая Версия | 1.4.1 |
Последнее Обновление | 2023-07-07 |
Дата публикации | 2020-10-04 |
Рейтинг | 4.64/5 Всего 11 оценок |
Разработчик | techno |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Auto-Redeem Channel Points", "version": "1.4.1", "description": "Auto-redeems Twitch channel points rewards for you!", "manifest_version": 2, "permissions": [ "storage" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.twitch.tv\/*" ], "js": [ "js\/redeem.js" ] } ], "browser_action": { "default_popup": "menu.html" }, "icons": { "120": "static\/icon.png" } } |