SpotiShush

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

Wat is SpotiShush?

SpotiShush is een Chrome-extensie ontwikkeld door Guilherme Silva (guihkx), en de belangrijkste functie is "Mutes audio ads on Spotify, Deezer, TIDAL and IDAGIO.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie SpotiShush

Download SpotiShush-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam SpotiShush SpotiShush
ID dfbbfmkkafpoohlcmkndjnpohhgelgnf
Officiële URL https://chromewebstore.google.com/detail/spotishush/dfbbfmkkafpoohlcmkndjnpohhgelgnf
Beschrijving Mutes audio ads on Spotify, Deezer, TIDAL and IDAGIO.
Bestandsgrootte 14.68 KB
Aantal Installaties 9,811
Huidige Versie 2023.9.26
Laatst Bijgewerkt 2023-09-27
Publicatiedatum 2020-07-04
Beoordeling 4.08/5 Totaal 72 Beoordelingen
Ontwikkelaar Guilherme Silva (guihkx)
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/guihkx/spotishush
Help Pagina-URL https://github.com/guihkx/spotishush
Ondersteunde Talen 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"
            ]
        }
    ]
}