Spotify Ad Auto-Muter

Automatically mute audio ads.

Apa itu Spotify Ad Auto-Muter?

Spotify Ad Auto-Muter adalah ekstensi Chrome yang dikembangkan oleh Zion Developers, dan fitur utamanya adalah "Automatically mute audio ads.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Spotify Ad Auto-Muter

Unduh file ekstensi Spotify Ad Auto-Muter 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 is NOT an Ad Blocker, It mute ads.
Support Spotify by disabling AdBlock / uBlock on open.spotify.com and use this extension to automatically mute audio ads.

Feature: Automatically mute audio ads (Changeable on Options).
Feature: Disable / Enable the extension by pressing F2 (Changeable on Options).
More features to be developed soon.

This is not a Spotify official extension.

Open Source: https://github.com/ziondevelopers/spotify-ad-auto-muter
License: https://creativecommons.org/licenses/by-nc-sa/4.0/                    

Informasi Dasar Ekstensi

Nama Spotify Ad Auto-Muter Spotify Ad Auto-Muter
ID hhlhelmnhcmphakjipgkbcjkfpkdnaag
URL Resmi https://chromewebstore.google.com/detail/spotify-ad-auto-muter/hhlhelmnhcmphakjipgkbcjkfpkdnaag
Deskripsi Automatically mute audio ads.
Ukuran File 100 KB
Jumlah Instalasi 579
Versi Saat Ini 0.1.10
Terakhir Diperbarui 2024-01-07
Tanggal Publikasi 2022-10-25
Penilaian 3.67/5 Total 6 Penilaian
Pengembang Zion Developers
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/ziondevelopers/spotify-ad-auto-muter
URL Halaman Bantuan https://github.com/ZionDevelopers/spotify-ad-auto-muter/issues
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [],
            "include_globs": [
                "*open.spotify.com*"
            ],
            "css": [],
            "js": [
                "includes\/jquery-3.7.1.min.js",
                "includes\/spotify.js",
                "includes\/jquery.hotkeys.js"
            ],
            "matches": [
                "*:\/\/open.spotify.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Automatically mute audio ads.",
    "icons": {
        "128": "icons\/icon.png"
    },
    "manifest_version": 3,
    "name": "Spotify Ad Auto-Muter",
    "short_name": "Spotify Ad Auto-Muter",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "version": "0.1.10",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/open.spotify.com\/*"
            ],
            "resources": [
                "icons\/icon.png",
                "includes\/jquery-3.7.1.min.js",
                "includes\/spotify.js",
                "includes\/jquery-3.7.1.min.map",
                "includes\/jquery.hotkeys.js"
            ]
        }
    ]
}