Twitch Coin
Automatically gather your Twitch Coin while watching your favorite streamer.
Vad är Twitch Coin?
Twitch Coin är en Chrome-tillägg utvecklad av Amin NAIRI, och dess huvudfunktion är "Automatically gather your Twitch Coin while watching your favorite streamer.".
Tilläggsskärmbilder
Ladda ner Twitch Coin-förlängningens CRX-fil
Ladda ner Twitch Coin-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | jhoffdoklpjnpdjcgegphcicolpipocf |
Officiell webbadress | https://chrome.google.com/webstore/detail/twitch-coin/jhoffdoklpjnpdjcgegphcicolpipocf |
Beskrivning | Automatically gather your Twitch Coin while watching your favorite streamer. |
Filstorlek | 25.86 KB |
Antal Installationer | 444 |
Aktuell Version | 0.1.2 |
Senast Uppdaterad | 2021-05-26 |
Publiceringsdatum | 2020-07-16 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Amin NAIRI |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/aminnairi/twitch-coin#readme |
Hjälpsida URL | https://github.com/aminnairi/twitch-coin/issues |
Stödda Språk | 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" ] } ] } |