Ad Mute for spotify.com

Automatically mutes advertisements between songs at spotify.com

Wat is Ad Mute for spotify.com?

Ad Mute for spotify.com is een Chrome-extensie ontwikkeld door arismelachroinos, en de belangrijkste functie is "Automatically mutes advertisements between songs at spotify.com".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Ad Mute for spotify.com

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

                        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                    

Basisinformatie over de Extensie

Naam Ad Mute for spotify.com Ad Mute for spotify.com
ID mjncgoplaadnohdddphicedebkafaphe
Officiële URL https://chromewebstore.google.com/detail/ad-mute-for-spotifycom/mjncgoplaadnohdddphicedebkafaphe
Beschrijving Automatically mutes advertisements between songs at spotify.com
Bestandsgrootte 36.73 KB
Aantal Installaties 249
Huidige Versie 0.2
Laatst Bijgewerkt 2022-03-27
Publicatiedatum 2021-10-18
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar arismelachroinos
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.freeprivacypolicy.com/live/2c558424-4917-4625-89ff-5f1d72958783
Ondersteunde Talen 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"
    }
}