Twitch Miniplayer
Mute the ads and set volume on twitch miniplayer
Qu'est-ce que Twitch Miniplayer ?
Twitch Miniplayer est une extension Chrome développée par salvagr, et sa fonction principale est "Mute the ads and set volume on twitch miniplayer".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitch Miniplayer
Téléchargez les fichiers d'extension Twitch Miniplayer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | lafajgbndkiglljfhabiamkffdcfjkfg |
URL Officiel | https://chromewebstore.google.com/detail/twitch-miniplayer/lafajgbndkiglljfhabiamkffdcfjkfg |
Description | Mute the ads and set volume on twitch miniplayer |
Taille du Fichier | 58.86 KB |
Nombre d'Installations | 463 |
Version Actuelle | 1.2.2 |
Dernière Mise à Jour | 2022-10-21 |
Date de Publication | 2022-10-20 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | salvagr |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |