SpotiShush

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

Was ist SpotiShush?

SpotiShush ist eine Chrome-Erweiterung, die von Guilherme Silva (guihkx) entwickelt wurde, und ihr Hauptmerkmal ist "Mutes audio ads on Spotify, Deezer, TIDAL and IDAGIO.".

Erweiterungsscreenshots

screenshot

SpotiShush-Erweiterungs-CRX-Datei herunterladen

Laden Sie SpotiShush-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name SpotiShush SpotiShush
ID dfbbfmkkafpoohlcmkndjnpohhgelgnf
Offizielle URL https://chromewebstore.google.com/detail/spotishush/dfbbfmkkafpoohlcmkndjnpohhgelgnf
Beschreibung Mutes audio ads on Spotify, Deezer, TIDAL and IDAGIO.
Dateigröße 14.68 KB
Installationsanzahl 9,811
Aktuelle Version 2023.9.26
Letztes Update 2023-09-27
Veröffentlichungsdatum 2020-07-04
Bewertung 4.08/5 Insgesamt 72 Bewertungen
Entwickler Guilherme Silva (guihkx)
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/guihkx/spotishush
Hilfeseite URL https://github.com/guihkx/spotishush
Unterstützte Sprachen 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"
            ]
        }
    ]
}