No Interruptions

Mute Tab during Spotify Ads

Qu'est-ce que No Interruptions ?

No Interruptions est une extension Chrome développée par Mohit Hotwani, et sa fonction principale est "Mute Tab during Spotify Ads".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension No Interruptions

Téléchargez les fichiers d'extension No Interruptions au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom No Interruptions No Interruptions
ID hpepnbfnjpagjknkhhpohialemblblog
URL Officiel https://chromewebstore.google.com/detail/no-interruptions/hpepnbfnjpagjknkhhpohialemblblog
Description Mute Tab during Spotify Ads
Taille du Fichier 25.69 KB
Nombre d'Installations 51
Version Actuelle 0.0.1
Dernière Mise à Jour 2022-11-07
Date de Publication 2022-11-06
Évaluation 5.00/5 Total 2 Évaluations
Développeur Mohit Hotwani
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}