Twitch Channel Points Auto-Clicker
Auto-click those channel point bonuses
Cos'è Twitch Channel Points Auto-Clicker?
Twitch Channel Points Auto-Clicker è un'estensione di Chrome sviluppata da trmcnvn, e la sua funzione principale è "Auto-click those channel point bonuses".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitch Channel Points Auto-Clicker
Scarica i file di estensione Twitch Channel Points Auto-Clicker 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
Auto-click those channel point bonuses on Twitch
Informazioni di Base sull'Estensione
Nome | |
ID | mdlokilgafgmaeojenoidfpjcacpllap |
URL Ufficiale | https://chrome.google.com/webstore/detail/twitch-channel-points-aut/mdlokilgafgmaeojenoidfpjcacpllap |
Descrizione | Auto-click those channel point bonuses |
Dimensione del File | 11.37 KB |
Conteggio Installazioni | 30,000 |
Versione Corrente | 0.9 |
Ultimo Aggiornamento | 2021-09-10 |
Data di Pubblicazione | 2019-11-04 |
Valutazione | 4.30/5 Totale 61 Valutazioni |
Sviluppatore | trmcnvn |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/trmcnvn/twitch-channel-points |
URL della Pagina di Aiuto | https://github.com/trmcnvn/twitch-channel-points/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Channel Points Auto-Clicker", "description": "Auto-click those channel point bonuses", "version": "0.9", "homepage_url": "https:\/\/github.com\/trmcnvn\/twitch-channel-points", "icons": { "16": "resources\/16.png", "48": "resources\/48.png", "96": "resources\/96.png", "128": "resources\/128.png" }, "web_accessible_resources": [ "dist\/src\/auto-clicker.js" ], "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "dist\/src\/index.js" ], "run_at": "document_idle", "all_frames": true } ] } |