Stream Booster
The best Chrome Extension for getting all from Twitch, as a viewer and as a streamer.
什麼是Stream Booster?
Stream Booster是由Road to Maui開發的Chrome擴展程式,該擴展的主要功能是“The best Chrome Extension for getting all from Twitch, as a viewer and as a streamer.”。
擴展截圖
下載Stream Booster擴展crx文件
下載Stream Booster擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | bfljboogdlehlkedchfcapjicgkjfglo |
官方網址 | https://chromewebstore.google.com/detail/stream-booster/bfljboogdlehlkedchfcapjicgkjfglo |
簡介 | The best Chrome Extension for getting all from Twitch, as a viewer and as a streamer. |
檔案大小 | 21.58 KB |
安裝次數 | 106 |
目前版本 | 0.2 |
更新時間 | 2021-10-13 |
上架時間 | 2021-08-01 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Road to Maui |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://glhf.online |
支援的語言 | 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\/*" ] } |