Twitch Coin
Automatically gather your Twitch Coin while watching your favorite streamer.
Что такое Twitch Coin?
Twitch Coin - это расширение Chrome, разработанное Amin NAIRI, и его основная функция - "Automatically gather your Twitch Coin while watching your favorite streamer.".
Снимки экрана расширения
Скачать файл CRX расширения Twitch Coin
Скачайте файлы расширений Twitch Coin в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension will help you gather your channel points on Twitch TV while watching a live of your favorite streamer automatically by clicking the channel points button for you. You don't have to do anything, everything is done in the background for you.
Основная информация о расширении
Название | |
ID | jhoffdoklpjnpdjcgegphcicolpipocf |
Официальный URL | https://chrome.google.com/webstore/detail/twitch-coin/jhoffdoklpjnpdjcgegphcicolpipocf |
Описание | Automatically gather your Twitch Coin while watching your favorite streamer. |
Размер файла | 25.86 KB |
Количество установок | 444 |
Текущая Версия | 0.1.2 |
Последнее Обновление | 2021-05-26 |
Дата публикации | 2020-07-16 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Amin NAIRI |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/aminnairi/twitch-coin#readme |
URL страницы помощи | https://github.com/aminnairi/twitch-coin/issues |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Coin", "version": "0.1.2", "description": "Automatically gather your Twitch Coin while watching your favorite streamer.", "homepage_url": "https:\/\/github.com\/aminnairi\/twitch-coin#readme", "icons": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "scripts\/twitch-coin.js" ] } ] } |