Ad Mute for spotify.com

Automatically mutes advertisements between songs at spotify.com

Was ist Ad Mute for spotify.com?

Ad Mute for spotify.com ist eine Chrome-Erweiterung, die von arismelachroinos entwickelt wurde, und ihr Hauptmerkmal ist "Automatically mutes advertisements between songs at spotify.com".

Erweiterungsscreenshots

screenshot

Ad Mute for spotify.com-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ad Mute for spotify.com-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

                        This extension has no UI.
It automatically mutes the chrome tab whenever an advertisement is playing, and unmutes it as soon as it is finished.

This extension has nothing to do with the Spotify company whatsoever.

I put a lot of time and effort making this free extension. If you enjoy it and you wish to support me, you can donate via this link:
https://www.paypal.com/donate/?hosted_button_id=BTK97P92ZF29U                    

Grundlegende Informationen zur Erweiterung

Name Ad Mute for spotify.com Ad Mute for spotify.com
ID mjncgoplaadnohdddphicedebkafaphe
Offizielle URL https://chromewebstore.google.com/detail/ad-mute-for-spotifycom/mjncgoplaadnohdddphicedebkafaphe
Beschreibung Automatically mutes advertisements between songs at spotify.com
Dateigröße 36.73 KB
Installationsanzahl 249
Aktuelle Version 0.2
Letztes Update 2022-03-27
Veröffentlichungsdatum 2021-10-18
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler arismelachroinos
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.freeprivacypolicy.com/live/2c558424-4917-4625-89ff-5f1d72958783
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ad Mute for spotify.com",
    "version": "0.2",
    "description": "Automatically mutes advertisements between songs at spotify.com",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.spotify.com\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    }
}