Ad Mute for spotify.com

Automatically mutes advertisements between songs at spotify.com

Apa itu Ad Mute for spotify.com?

Ad Mute for spotify.com adalah ekstensi Chrome yang dikembangkan oleh arismelachroinos, dan fitur utamanya adalah "Automatically mutes advertisements between songs at spotify.com".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Ad Mute for spotify.com

Unduh file ekstensi Ad Mute for spotify.com dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Ad Mute for spotify.com Ad Mute for spotify.com
ID mjncgoplaadnohdddphicedebkafaphe
URL Resmi https://chromewebstore.google.com/detail/ad-mute-for-spotifycom/mjncgoplaadnohdddphicedebkafaphe
Deskripsi Automatically mutes advertisements between songs at spotify.com
Ukuran File 36.73 KB
Jumlah Instalasi 249
Versi Saat Ini 0.2
Terakhir Diperbarui 2022-03-27
Tanggal Publikasi 2021-10-18
Penilaian 5.00/5 Total 4 Penilaian
Pengembang arismelachroinos
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.freeprivacypolicy.com/live/2c558424-4917-4625-89ff-5f1d72958783
Bahasa yang Didukung 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"
    }
}