Twitch Miniplayer
Mute the ads and set volume on twitch miniplayer
Что такое Twitch Miniplayer?
Twitch Miniplayer - это расширение Chrome, разработанное salvagr, и его основная функция - "Mute the ads and set volume on twitch miniplayer".
Снимки экрана расширения
Скачать файл CRX расширения Twitch Miniplayer
Скачайте файлы расширений Twitch Miniplayer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Are you tired of missing the best of your streamer because of ads? With this extension we help you stay immersed in the stream even when these annoying ads appear.
Основная информация о расширении
Название | |
ID | lafajgbndkiglljfhabiamkffdcfjkfg |
Официальный URL | https://chromewebstore.google.com/detail/twitch-miniplayer/lafajgbndkiglljfhabiamkffdcfjkfg |
Описание | Mute the ads and set volume on twitch miniplayer |
Размер файла | 58.86 KB |
Количество установок | 463 |
Текущая Версия | 1.2.2 |
Последнее Обновление | 2022-10-21 |
Дата публикации | 2022-10-20 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | salvagr |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Miniplayer", "version": "1.2.2", "manifest_version": 3, "description": "Mute the ads and set volume on twitch miniplayer", "content_scripts": [ { "matches": [ "https:\/\/*.twitch.tv\/*", "https:\/\/twitch.tv\/*" ], "exclude_matches": [ "https:\/\/clips.twitch.tv\/*" ], "js": [ "jquery-3.3.1.min.js", "content.js" ] } ], "action": { "default_popup": "popup.html", "default_icon": "images\/icon.png", "default_title": "Twitch Miniplayer" }, "permissions": [ "storage" ], "icons": { "16": "images\/icon.png", "32": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" } } |