Twitch Coin
Automatically gather your Twitch Coin while watching your favorite streamer.
Co to jest Twitch Coin?
Twitch Coin to rozszerzenie Chrome opracowane przez Amin NAIRI, a jego główną funkcją jest „Automatically gather your Twitch Coin while watching your favorite streamer.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Twitch Coin
Pobierz pliki rozszerzeń Twitch Coin w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jhoffdoklpjnpdjcgegphcicolpipocf |
Oficjalny URL | https://chrome.google.com/webstore/detail/twitch-coin/jhoffdoklpjnpdjcgegphcicolpipocf |
Opis | Automatically gather your Twitch Coin while watching your favorite streamer. |
Rozmiar pliku | 25.86 KB |
Liczba instalacji | 444 |
Aktualna Wersja | 0.1.2 |
Ostatnia Aktualizacja | 2021-05-26 |
Data Publikacji | 2020-07-16 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Amin NAIRI |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/aminnairi/twitch-coin#readme |
Adres URL Strony Pomocy | https://github.com/aminnairi/twitch-coin/issues |
Obsługiwane Języki | 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" ] } ] } |