Twitch Channel Points Bonus Collector
Auto-clicks the Channel Points bonus button when it appears.
Cos'è Twitch Channel Points Bonus Collector?
Twitch Channel Points Bonus Collector è un'estensione di Chrome sviluppata da https://avi12.com, e la sua funzione principale è "Auto-clicks the Channel Points bonus button when it appears.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitch Channel Points Bonus Collector
Scarica i file di estensione Twitch Channel Points Bonus Collector 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
Welcome to the Twitch Channel Points click farm! Once the extension is installed, all you've got to do is to just open the Twitch live stream (or reload, if it's already open), and relax - the extension will take care of everything else. Source code: https://github.com/avi12/twitch-cp-bonus-collector
Informazioni di Base sull'Estensione
Nome | Twitch Channel Points Bonus Collector |
ID | kbbdnbaghpcjpdhbjbccadodjejlkkgg |
URL Ufficiale | https://chromewebstore.google.com/detail/twitch-channel-points-bon/kbbdnbaghpcjpdhbjbccadodjejlkkgg |
Descrizione | Auto-clicks the Channel Points bonus button when it appears. |
Dimensione del File | 9.96 KB |
Conteggio Installazioni | 6,214 |
Versione Corrente | 2.0.6 |
Ultimo Aggiornamento | 2023-03-13 |
Data di Pubblicazione | 2020-06-30 |
Valutazione | 3.79/5 Totale 14 Valutazioni |
Sviluppatore | https://avi12.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://avi12.com |
URL della Pagina di Aiuto | https://github.com/avi12/twitch-cp-bonus-collector/issues/new/choose |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.00ac8b83.png", "32": "icon32.plasmo.9ad0c5b6.png", "48": "icon48.plasmo.cae3a6b3.png", "64": "icon64.plasmo.e4b604fc.png", "128": "icon128.plasmo.b89b7dfa.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.00ac8b83.png", "32": "icon32.plasmo.9ad0c5b6.png", "48": "icon48.plasmo.cae3a6b3.png", "64": "icon64.plasmo.e4b604fc.png", "128": "icon128.plasmo.b89b7dfa.png" } }, "version": "2.0.6", "author": "avi12", "name": "Twitch Channel Points Bonus Collector", "description": "Auto-clicks the Channel Points bonus button when it appears.", "homepage_url": "https:\/\/avi12.com\/twitch-cp-bonus-collector", "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "content.07616647.js" ], "css": [] } ], "offline_enabled": true } |