Stream Booster
The best Chrome Extension for getting all from Twitch, as a viewer and as a streamer.
Что такое Stream Booster?
Stream Booster - это расширение Chrome, разработанное Road to Maui, и его основная функция - "The best Chrome Extension for getting all from Twitch, as a viewer and as a streamer.".
Снимки экрана расширения
Скачать файл CRX расширения Stream Booster
Скачайте файлы расширений 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 |
Официальный URL | 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\/*" ] } |