No Interruptions

Mute Tab during Spotify Ads

Hvad er No Interruptions?

No Interruptions er en Chrome-udvidelse udviklet af Mohit Hotwani, og dens hovedfunktion er "Mute Tab during Spotify Ads".

Udvidelsesskærmbilleder

screenshot

Download No Interruptions-udvidelses-CRX-fil

Download No Interruptions-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

                        No need to get distracted from work while listening to music on Spotify, No Interruptions extension will mute ADs for you and unmute when AD ends.                    

Grundlæggende oplysninger om udvidelsen

Navn No Interruptions No Interruptions
ID hpepnbfnjpagjknkhhpohialemblblog
Officiel URL https://chromewebstore.google.com/detail/no-interruptions/hpepnbfnjpagjknkhhpohialemblblog
Beskrivelse Mute Tab during Spotify Ads
Filstørrelse 25.69 KB
Antal Installationer 51
Nuværende Version 0.0.1
Senest Opdateret 2022-11-07
Udgivelsesdato 2022-11-06
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Mohit Hotwani
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Interruptions",
    "description": "Mute Tab during Spotify Ads",
    "version": "0.0.1",
    "manifest_version": 3,
    "author": "Mohit",
    "action": {
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/open.spotify.com\/*"
            ],
            "js": [
                "noInterruptions.js"
            ]
        }
    ]
}