Stream Booster
The best Chrome Extension for getting all from Twitch, as a viewer and as a streamer.
Apa itu Stream Booster?
Stream Booster adalah ekstensi Chrome yang dikembangkan oleh Road to Maui, dan fitur utamanya adalah "The best Chrome Extension for getting all from Twitch, as a viewer and as a streamer.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Stream Booster
Unduh file ekstensi Stream Booster 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
In this first version we have included one feature: collect all Twitch channel points for you automatically, you won't need anymore click on the green loot boxes. The best thing of this extension is that it's extremely easy to install and to set up: just add it to your Chrome browser and go to watch your favourite Twitch channels (or reload the Twitch tabs if they where already open) and the extension will do the job. Cool, isn't it? Furthermore, this Chrome Extension is MV3 complaint, what means that is more safety and private than other similar extensions.
Informasi Dasar Ekstensi
Nama | |
ID | bfljboogdlehlkedchfcapjicgkjfglo |
URL Resmi | https://chromewebstore.google.com/detail/stream-booster/bfljboogdlehlkedchfcapjicgkjfglo |
Deskripsi | The best Chrome Extension for getting all from Twitch, as a viewer and as a streamer. |
Ukuran File | 21.58 KB |
Jumlah Instalasi | 106 |
Versi Saat Ini | 0.2 |
Terakhir Diperbarui | 2021-10-13 |
Tanggal Publikasi | 2021-08-01 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Road to Maui |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://glhf.online |
Bahasa yang Didukung | de,en,fr,es,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "0.2", "default_locale": "en", "manifest_version": 3, "description": "__MSG_extDescription__", "background": { "service_worker": "background.js" }, "icons": { "16": "\/img\/100.png", "48": "\/img\/100.png", "128": "\/img\/100.png" }, "permissions": [ "tabs", "alarms", "scripting" ], "host_permissions": [ "*:\/\/*.twitch.tv\/*" ] } |