Twitch Poins Collector
This extension automatically collect bonus points from any twitch live stream.
Cos'è Twitch Poins Collector?
Twitch Poins Collector è un'estensione di Chrome sviluppata da jvdantasdev, e la sua funzione principale è "This extension automatically collect bonus points from any twitch live stream.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitch Poins Collector
Scarica i file di estensione Twitch Poins 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
This extension automatically collect bonus points from any twitch live stream.
Informazioni di Base sull'Estensione
Nome | Twitch Poins Collector |
ID | pfjegdhgobbhdniepjfihkbhpkhnnglp |
URL Ufficiale | https://chromewebstore.google.com/detail/twitch-poins-collector/pfjegdhgobbhdniepjfihkbhpkhnnglp |
Descrizione | This extension automatically collect bonus points from any twitch live stream. |
Dimensione del File | 8.29 KB |
Conteggio Installazioni | 74 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2020-08-30 |
Data di Pubblicazione | 2020-08-29 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | jvdantasdev |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Poins Collector", "version": "0.1", "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "content.js" ] } ], "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html", "default_title": "Twitch Points Collector" } } |