Twitch Miniplayer

Mute the ads and set volume on twitch miniplayer

Cos'è Twitch Miniplayer?

Twitch Miniplayer è un'estensione di Chrome sviluppata da salvagr, e la sua funzione principale è "Mute the ads and set volume on twitch miniplayer".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitch Miniplayer

Scarica i file di estensione Twitch Miniplayer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Twitch Miniplayer Twitch Miniplayer
ID lafajgbndkiglljfhabiamkffdcfjkfg
URL Ufficiale https://chromewebstore.google.com/detail/twitch-miniplayer/lafajgbndkiglljfhabiamkffdcfjkfg
Descrizione Mute the ads and set volume on twitch miniplayer
Dimensione del File 58.86 KB
Conteggio Installazioni 463
Versione Corrente 1.2.2
Ultimo Aggiornamento 2022-10-21
Data di Pubblicazione 2022-10-20
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore salvagr
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}