Ad Mute for spotify.com

Automatically mutes advertisements between songs at spotify.com

Qu'est-ce que Ad Mute for spotify.com ?

Ad Mute for spotify.com est une extension Chrome développée par arismelachroinos, et sa fonction principale est "Automatically mutes advertisements between songs at spotify.com".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Ad Mute for spotify.com

Téléchargez les fichiers d'extension Ad Mute for spotify.com au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Ad Mute for spotify.com Ad Mute for spotify.com
ID mjncgoplaadnohdddphicedebkafaphe
URL Officiel https://chromewebstore.google.com/detail/ad-mute-for-spotifycom/mjncgoplaadnohdddphicedebkafaphe
Description Automatically mutes advertisements between songs at spotify.com
Taille du Fichier 36.73 KB
Nombre d'Installations 249
Version Actuelle 0.2
Dernière Mise à Jour 2022-03-27
Date de Publication 2021-10-18
Évaluation 5.00/5 Total 4 Évaluations
Développeur arismelachroinos
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.freeprivacypolicy.com/live/2c558424-4917-4625-89ff-5f1d72958783
Langues Prises en Charge 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"
    }
}