Mute Tab

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

Cos'è Mute Tab?

Mute Tab è un'estensione di Chrome sviluppata da trmcnvn, e la sua funzione principale è "Restores the 'Mute Tab' functionality of versions prior to Chrome 71.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Mute Tab

Scarica i file di estensione Mute Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Mute Tab Mute Tab
ID blljobffcekcbopmkgfhpcjmbfnelkfg
URL Ufficiale https://chromewebstore.google.com/detail/mute-tab/blljobffcekcbopmkgfhpcjmbfnelkfg
Descrizione Restores the 'Mute Tab' functionality of versions prior to Chrome 71.
Dimensione del File 40.81 KB
Conteggio Installazioni 463,085
Versione Corrente 1.4
Ultimo Aggiornamento 2019-09-18
Data di Pubblicazione 2019-09-18
Valutazione 4.30/5 Totale 156 Valutazioni
Sviluppatore trmcnvn
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/trmcnvn/chrome-tab-mute
URL della Pagina di Aiuto https://github.com/trmcnvn/chrome-tab-mute
Lingue Supportate 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
}