Twitch Miniplayer

Mute the ads and set volume on twitch miniplayer

Hvad er Twitch Miniplayer?

Twitch Miniplayer er en Chrome-udvidelse udviklet af salvagr, og dens hovedfunktion er "Mute the ads and set volume on twitch miniplayer".

Udvidelsesskærmbilleder

screenshot

Download Twitch Miniplayer-udvidelses-CRX-fil

Download Twitch Miniplayer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Twitch Miniplayer Twitch Miniplayer
ID lafajgbndkiglljfhabiamkffdcfjkfg
Officiel URL https://chromewebstore.google.com/detail/twitch-miniplayer/lafajgbndkiglljfhabiamkffdcfjkfg
Beskrivelse Mute the ads and set volume on twitch miniplayer
Filstørrelse 58.86 KB
Antal Installationer 463
Nuværende Version 1.2.2
Senest Opdateret 2022-10-21
Udgivelsesdato 2022-10-20
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler salvagr
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}