Channel Point and Drop Collector
Collects bonus channel points and claims Drops while watching a stream on Twitch.
Что такое Channel Point and Drop Collector?
Channel Point and Drop Collector - это расширение Chrome, разработанное WeaselStorm, и его основная функция - "Collects bonus channel points and claims Drops while watching a stream on Twitch.".
Снимки экрана расширения
Скачать файл CRX расширения Channel Point and Drop Collector
Скачайте файлы расширений Channel Point and Drop Collector в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Collects bonus channel points while watching your favorite streamers and claims any Drops from the new Twitch Drops and Inventory system automatically. Simply open the stream you wish to claim drops from and let the extension do the rest.
Основная информация о расширении
Название | |
ID | ffnpmjlpaidhikgbhnjdhpcjcnlonigg |
Официальный URL | https://chrome.google.com/webstore/detail/channel-point-and-drop-co/ffnpmjlpaidhikgbhnjdhpcjcnlonigg |
Описание | Collects bonus channel points and claims Drops while watching a stream on Twitch. |
Размер файла | 11.4 KB |
Количество установок | 3,691 |
Текущая Версия | 0.0.10 |
Последнее Обновление | 2022-01-02 |
Дата публикации | 2021-12-22 |
Рейтинг | 3.57/5 Всего 7 оценок |
Разработчик | WeaselStorm |
Электронная почта | [email protected] |
Официальный сайт расширения | https://github.com/WeaselStorm/ChannelPointCollector |
URL страницы помощи | https://github.com/WeaselStorm/ChannelPointCollector/issues |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Channel Point and Drop Collector", "version": "0.0.10", "description": "Collects bonus channel points and claims Drops while watching a stream on Twitch.", "icons": { "128": "icon128.png", "64": "icon64.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "js\/interaction.js" ] } ] } |