SpotiShush

Mutes audio ads on Spotify, Deezer, TIDAL and IDAGIO.

What is SpotiShush?

SpotiShush is a Chrome extension developed by Guilherme Silva (guihkx), and its main feature is "Mutes audio ads on Spotify, Deezer, TIDAL and IDAGIO.".

Extension Screenshots

screenshot

Download SpotiShush Extension CRX File

Download SpotiShush 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

                        When SpotiShush detects an audio ad, it automatically mutes the tab for you! After the ad finishes, SpotiShush unmutes the tab so you can enjoy your favorite songs again!

New in v2023.9.26:

[Fixes]
- Deezer: Update ad detection mechanism                    

Extension Basic Information

Name SpotiShush SpotiShush
ID dfbbfmkkafpoohlcmkndjnpohhgelgnf
Official URL https://chromewebstore.google.com/detail/spotishush/dfbbfmkkafpoohlcmkndjnpohhgelgnf
Description Mutes audio ads on Spotify, Deezer, TIDAL and IDAGIO.
File Size 14.68 KB
Installation Count 9,811
Current Version 2023.9.26
Last Updated 2023-09-27
Publish Date 2020-07-04
Rating 4.08/5 Total 72 Ratings
Developer Guilherme Silva (guihkx)
Email [email protected]
Payment Type free
Extension Website https://github.com/guihkx/spotishush
Help Page URL https://github.com/guihkx/spotishush
Supported Languages en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SpotiShush",
    "version": "2023.9.26",
    "default_locale": "en",
    "description": "__MSG_ext_desc__",
    "icons": {
        "16": "img\/spotishush16.png",
        "48": "img\/spotishush48.png",
        "128": "img\/spotishush128.png"
    },
    "author": "guihkx",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/open.spotify.com\/*",
                "https:\/\/www.deezer.com\/*",
                "https:\/\/listen.tidal.com\/*",
                "https:\/\/app.idagio.com\/*"
            ],
            "js": [
                "spotishush.js"
            ]
        }
    ]
}