Ad Mute for spotify.com

Automatically mutes advertisements between songs at spotify.com

What is Ad Mute for spotify.com?

Ad Mute for spotify.com is a Chrome extension developed by arismelachroinos, and its main feature is "Automatically mutes advertisements between songs at spotify.com".

Extension Screenshots

screenshot

Download Ad Mute for spotify.com Extension CRX File

Download Ad Mute for spotify.com extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Ad Mute for spotify.com Ad Mute for spotify.com
ID mjncgoplaadnohdddphicedebkafaphe
Official URL https://chromewebstore.google.com/detail/ad-mute-for-spotifycom/mjncgoplaadnohdddphicedebkafaphe
Description Automatically mutes advertisements between songs at spotify.com
File Size 36.73 KB
Installation Count 249
Current Version 0.2
Last Updated 2022-03-27
Publish Date 2021-10-18
Rating 5.00/5 Total 4 Ratings
Developer arismelachroinos
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.freeprivacypolicy.com/live/2c558424-4917-4625-89ff-5f1d72958783
Supported Languages 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"
    }
}