Twitch Points Chest Clicker
Clicks the twitch points chest automatically for you.
Cos'è Twitch Points Chest Clicker?
Twitch Points Chest Clicker è un'estensione di Chrome sviluppata da Clinton, e la sua funzione principale è "Clicks the twitch points chest automatically for you.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitch Points Chest Clicker
Scarica i file di estensione Twitch Points Chest 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
Automatically clicks the points chest for twitch streams. Checks every 15 seconds.
Informazioni di Base sull'Estensione
Nome | |
ID | lmnekimpcncfaincbkgnbmbjcnkncpff |
URL Ufficiale | https://chrome.google.com/webstore/detail/twitch-points-chest-click/lmnekimpcncfaincbkgnbmbjcnkncpff |
Descrizione | Clicks the twitch points chest automatically for you. |
Dimensione del File | 18.34 KB |
Conteggio Installazioni | 91 |
Versione Corrente | 0.3 |
Ultimo Aggiornamento | 2020-12-21 |
Data di Pubblicazione | 2020-05-02 |
Sviluppatore | Clinton |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Points Chest Clicker", "version": "0.3", "description": "Clicks the twitch points chest automatically for you.", "icons": { "48": "icons\/treasure_Chest_48.png", "96": "icons\/treasure_Chest_96.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "twitch_points.js" ] } ] } |