No Interruptions

Mute Tab during Spotify Ads

Cos'è No Interruptions?

No Interruptions è un'estensione di Chrome sviluppata da Mohit Hotwani, e la sua funzione principale è "Mute Tab during Spotify Ads".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione No Interruptions

Scarica i file di estensione No Interruptions 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

                        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.                    

Informazioni di Base sull'Estensione

Nome No Interruptions No Interruptions
ID hpepnbfnjpagjknkhhpohialemblblog
URL Ufficiale https://chromewebstore.google.com/detail/no-interruptions/hpepnbfnjpagjknkhhpohialemblblog
Descrizione Mute Tab during Spotify Ads
Dimensione del File 25.69 KB
Conteggio Installazioni 51
Versione Corrente 0.0.1
Ultimo Aggiornamento 2022-11-07
Data di Pubblicazione 2022-11-06
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Mohit Hotwani
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}