No Interruptions

Mute Tab during Spotify Ads

Wat is No Interruptions?

No Interruptions is een Chrome-extensie ontwikkeld door Mohit Hotwani, en de belangrijkste functie is "Mute Tab during Spotify Ads".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie No Interruptions

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

                        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.                    

Basisinformatie over de Extensie

Naam No Interruptions No Interruptions
ID hpepnbfnjpagjknkhhpohialemblblog
Officiële URL https://chromewebstore.google.com/detail/no-interruptions/hpepnbfnjpagjknkhhpohialemblblog
Beschrijving Mute Tab during Spotify Ads
Bestandsgrootte 25.69 KB
Aantal Installaties 51
Huidige Versie 0.0.1
Laatst Bijgewerkt 2022-11-07
Publicatiedatum 2022-11-06
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Mohit Hotwani
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}