SpotiShush

Mutes audio ads on Spotify, Deezer, TIDAL and IDAGIO.

Apa itu SpotiShush?

SpotiShush adalah ekstensi Chrome yang dikembangkan oleh Guilherme Silva (guihkx), dan fitur utamanya adalah "Mutes audio ads on Spotify, Deezer, TIDAL and IDAGIO.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SpotiShush

Unduh file ekstensi SpotiShush 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

                        When SpotiShush detects an audio ad, it automatically mutes the tab for you! After the ad finishes, SpotiShush unmutes the tab so you can enjoy your favorite songs again!

New in v2023.9.26:

[Fixes]
- Deezer: Update ad detection mechanism                    

Informasi Dasar Ekstensi

Nama SpotiShush SpotiShush
ID dfbbfmkkafpoohlcmkndjnpohhgelgnf
URL Resmi https://chromewebstore.google.com/detail/spotishush/dfbbfmkkafpoohlcmkndjnpohhgelgnf
Deskripsi Mutes audio ads on Spotify, Deezer, TIDAL and IDAGIO.
Ukuran File 14.68 KB
Jumlah Instalasi 9,811
Versi Saat Ini 2023.9.26
Terakhir Diperbarui 2023-09-27
Tanggal Publikasi 2020-07-04
Penilaian 4.08/5 Total 72 Penilaian
Pengembang Guilherme Silva (guihkx)
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/guihkx/spotishush
URL Halaman Bantuan https://github.com/guihkx/spotishush
Bahasa yang Didukung en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SpotiShush",
    "version": "2023.9.26",
    "default_locale": "en",
    "description": "__MSG_ext_desc__",
    "icons": {
        "16": "img\/spotishush16.png",
        "48": "img\/spotishush48.png",
        "128": "img\/spotishush128.png"
    },
    "author": "guihkx",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/open.spotify.com\/*",
                "https:\/\/www.deezer.com\/*",
                "https:\/\/listen.tidal.com\/*",
                "https:\/\/app.idagio.com\/*"
            ],
            "js": [
                "spotishush.js"
            ]
        }
    ]
}