Twitch Coin Collector
A Chrome Extension to collect the twitch channel points automatically.
Apa itu Twitch Coin Collector?
Twitch Coin Collector adalah ekstensi Chrome yang dikembangkan oleh Rene B., dan fitur utamanya adalah "A Chrome Extension to collect the twitch channel points automatically.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Twitch Coin Collector
Unduh file ekstensi Twitch Coin Collector dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
With this chrome extension you can collect the twitch channel rewards automatically.
Informasi Dasar Ekstensi
Nama | Twitch Coin Collector |
ID | kjfhmebpccbcooagfbfgddoebmkmclmb |
URL Resmi | https://chromewebstore.google.com/detail/twitch-coin-collector/kjfhmebpccbcooagfbfgddoebmkmclmb |
Deskripsi | A Chrome Extension to collect the twitch channel points automatically. |
Ukuran File | 16.42 KB |
Jumlah Instalasi | 55 |
Versi Saat Ini | 0.1.0 |
Terakhir Diperbarui | 2022-04-28 |
Tanggal Publikasi | 2022-04-28 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Rene B. |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitch Coin Collector", "description": "A Chrome Extension to collect the twitch channel points automatically.", "version": "0.1.0", "action": { "default_icon": "assets\/coin_click_64.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "content.js" ] } ] } |