No Interruptions

Mute Tab during Spotify Ads

No Interruptions क्या है?

No Interruptions Mohit Hotwani द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Mute Tab during Spotify Ads"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में No Interruptions एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम No Interruptions No Interruptions
ID hpepnbfnjpagjknkhhpohialemblblog
आधिकारिक URL https://chromewebstore.google.com/detail/no-interruptions/hpepnbfnjpagjknkhhpohialemblblog
विवरण Mute Tab during Spotify Ads
फ़ाइल का आकार 25.69 KB
स्थापना संख्या 51
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2022-11-07
प्रकाशन तिथि 2022-11-06
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Mohit Hotwani
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}