Mute Tab

Restores the 'Mute Tab' functionality of versions prior to Chrome 71.

Apa itu Mute Tab?

Mute Tab adalah ekstensi Chrome yang dikembangkan oleh trmcnvn, dan fitur utamanya adalah "Restores the 'Mute Tab' functionality of versions prior to Chrome 71.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Mute Tab

Unduh file ekstensi Mute Tab 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

                        Chrome 71 removed the flag that enables per-tab audio muting. This extension allows you to mute individual tabs by a new context menu option or interacting with the extension icon.                    

Informasi Dasar Ekstensi

Nama Mute Tab Mute Tab
ID blljobffcekcbopmkgfhpcjmbfnelkfg
URL Resmi https://chromewebstore.google.com/detail/mute-tab/blljobffcekcbopmkgfhpcjmbfnelkfg
Deskripsi Restores the 'Mute Tab' functionality of versions prior to Chrome 71.
Ukuran File 40.81 KB
Jumlah Instalasi 463,085
Versi Saat Ini 1.4
Terakhir Diperbarui 2019-09-18
Tanggal Publikasi 2019-09-18
Penilaian 4.30/5 Total 156 Penilaian
Pengembang trmcnvn
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/trmcnvn/chrome-tab-mute
URL Halaman Bantuan https://github.com/trmcnvn/chrome-tab-mute
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mute Tab",
    "version": "1.4",
    "description": "Restores the 'Mute Tab' functionality of versions prior to Chrome 71.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "icons": {
        "16": "images\/16_u_white.png",
        "48": "images\/48_u_white.png",
        "128": "images\/128_u_white.png"
    },
    "browser_action": {
        "default_title": "Mute Tab Extension"
    },
    "manifest_version": 2
}