No Interruptions

Mute Tab during Spotify Ads

What is No Interruptions?

No Interruptions is a Chrome extension developed by Mohit Hotwani, and its main feature is "Mute Tab during Spotify Ads".

Extension Screenshots

screenshot

Download No Interruptions Extension CRX File

Download No Interruptions extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name No Interruptions No Interruptions
ID hpepnbfnjpagjknkhhpohialemblblog
Official URL https://chromewebstore.google.com/detail/no-interruptions/hpepnbfnjpagjknkhhpohialemblblog
Description Mute Tab during Spotify Ads
File Size 25.69 KB
Installation Count 51
Current Version 0.0.1
Last Updated 2022-11-07
Publish Date 2022-11-06
Rating 5.00/5 Total 2 Ratings
Developer Mohit Hotwani
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}