Twitch Miniplayer
Mute the ads and set volume on twitch miniplayer
Wat is Twitch Miniplayer?
Twitch Miniplayer is een Chrome-extensie ontwikkeld door salvagr, en de belangrijkste functie is "Mute the ads and set volume on twitch miniplayer".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitch Miniplayer
Download Twitch Miniplayer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | lafajgbndkiglljfhabiamkffdcfjkfg |
Officiële URL | https://chromewebstore.google.com/detail/twitch-miniplayer/lafajgbndkiglljfhabiamkffdcfjkfg |
Beschrijving | Mute the ads and set volume on twitch miniplayer |
Bestandsgrootte | 58.86 KB |
Aantal Installaties | 463 |
Huidige Versie | 1.2.2 |
Laatst Bijgewerkt | 2022-10-21 |
Publicatiedatum | 2022-10-20 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | salvagr |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |