SpotiShush

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

Cos'è SpotiShush?

SpotiShush è un'estensione di Chrome sviluppata da Guilherme Silva (guihkx), e la sua funzione principale è "Mutes audio ads on Spotify, Deezer, TIDAL and IDAGIO.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SpotiShush

Scarica i file di estensione SpotiShush in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome SpotiShush SpotiShush
ID dfbbfmkkafpoohlcmkndjnpohhgelgnf
URL Ufficiale https://chromewebstore.google.com/detail/spotishush/dfbbfmkkafpoohlcmkndjnpohhgelgnf
Descrizione Mutes audio ads on Spotify, Deezer, TIDAL and IDAGIO.
Dimensione del File 14.68 KB
Conteggio Installazioni 9,811
Versione Corrente 2023.9.26
Ultimo Aggiornamento 2023-09-27
Data di Pubblicazione 2020-07-04
Valutazione 4.08/5 Totale 72 Valutazioni
Sviluppatore Guilherme Silva (guihkx)
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/guihkx/spotishush
URL della Pagina di Aiuto https://github.com/guihkx/spotishush
Lingue Supportate 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"
            ]
        }
    ]
}