No Interruptions

Mute Tab during Spotify Ads

Apa itu No Interruptions?

No Interruptions adalah ekstensi Chrome yang dikembangkan oleh Mohit Hotwani, dan fitur utamanya adalah "Mute Tab during Spotify Ads".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi No Interruptions

Unduh file ekstensi No Interruptions 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

                        No need to get distracted from work while listening to music on Spotify, No Interruptions extension will mute ADs for you and unmute when AD ends.                    

Informasi Dasar Ekstensi

Nama No Interruptions No Interruptions
ID hpepnbfnjpagjknkhhpohialemblblog
URL Resmi https://chromewebstore.google.com/detail/no-interruptions/hpepnbfnjpagjknkhhpohialemblblog
Deskripsi Mute Tab during Spotify Ads
Ukuran File 25.69 KB
Jumlah Instalasi 51
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2022-11-07
Tanggal Publikasi 2022-11-06
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Mohit Hotwani
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Interruptions",
    "description": "Mute Tab during Spotify Ads",
    "version": "0.0.1",
    "manifest_version": 3,
    "author": "Mohit",
    "action": {
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/open.spotify.com\/*"
            ],
            "js": [
                "noInterruptions.js"
            ]
        }
    ]
}