Twitch Miniplayer
Mute the ads and set volume on twitch miniplayer
Co to jest Twitch Miniplayer?
Twitch Miniplayer to rozszerzenie Chrome opracowane przez salvagr, a jego główną funkcją jest „Mute the ads and set volume on twitch miniplayer”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Twitch Miniplayer
Pobierz pliki rozszerzeń Twitch Miniplayer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | lafajgbndkiglljfhabiamkffdcfjkfg |
Oficjalny URL | https://chromewebstore.google.com/detail/twitch-miniplayer/lafajgbndkiglljfhabiamkffdcfjkfg |
Opis | Mute the ads and set volume on twitch miniplayer |
Rozmiar pliku | 58.86 KB |
Liczba instalacji | 463 |
Aktualna Wersja | 1.2.2 |
Ostatnia Aktualizacja | 2022-10-21 |
Data Publikacji | 2022-10-20 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | salvagr |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |