Twitch Treasure Collector (Channel Points)
Never miss a Twitch.TV channel points bonus again. Regular viewer on Twitch channels? Streamer offer channel points? Claim when AFK
Cos'è Twitch Treasure Collector (Channel Points)?
Twitch Treasure Collector (Channel Points) è un'estensione di Chrome sviluppata da chris, e la sua funzione principale è "Never miss a Twitch.TV channel points bonus again. Regular viewer on Twitch channels? Streamer offer channel points? Claim when AFK".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitch Treasure Collector (Channel Points)
Scarica i file di estensione Twitch Treasure Collector (Channel Points) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Are you a regular viewer of Twitch.TV streamers? Do your favourite broadcasters offer channel points? If you want to make sure you never miss out on those extra bonus channel points, then this is the extension for you! Simply add to your browser, and whenever you're on a Twitch.TV channel, we'll periodically check to see if there is a bonus to be had, if there is, we'll collect it for you, even if you're not at your keyboard!
Informazioni di Base sull'Estensione
Nome | |
ID | bbpbicnlhdipmlbohpjhecindeieebbe |
URL Ufficiale | https://chrome.google.com/webstore/detail/twitch-treasure-collector/bbpbicnlhdipmlbohpjhecindeieebbe |
Descrizione | Never miss a Twitch.TV channel points bonus again. Regular viewer on Twitch channels? Streamer offer channel points? Claim when AFK |
Dimensione del File | 2.25 MB |
Conteggio Installazioni | 234 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-03-12 |
Data di Pubblicazione | 2020-03-12 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | chris |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/cmjchrisjones/TwitchTreasureCollector |
URL della Pagina di Aiuto | https://github.com/cmjchrisjones/TwitchTreasureCollector |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0", "name": "Twitch Treasure Collector (Channel Points)", "description": "Never miss a Twitch.TV channel points bonus again. Regular viewer on Twitch channels? Streamer offer channel points? Claim when AFK", "browser_action": [], "icons": { "16": ".\/1x\/Logo-8.png", "48": ".\/1x\/Logo-8.png", "128": ".\/1x\/Logo-8.png" }, "author": "Chris Jones, Brett Miller, CorBob", "permissions": [ "tabs", "*:\/\/*.twitch.tv\/*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "collector.js" ] } ] } |