ShutUp!Tab

Mute the active tab permanently via black list of domains.

Cos'è ShutUp!Tab?

ShutUp!Tab è un'estensione di Chrome sviluppata da gallyamow, e la sua funzione principale è "Mute the active tab permanently via black list of domains.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ShutUp!Tab

Scarica i file di estensione ShutUp!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

                        Mute active tab or automatically mute tabs from the blacklisted urls or domain.

Позволяет отключать звук на определенных вкладках либо добавить домен или url в черный список для постоянного отключения звука на них.

Problems:

In very old version of browser you need to enable Chrome's setting "enable-tab-audio-muting 

1. Type chrome://flags/#enable-tab-audio-muting into Chrome's address bar and press Enter.
2. Chrome should automatically scroll down to the "Enable Tab Audio Muting UI" flag. Click the enable link below it.
3. Restart Chrome.                    

Informazioni di Base sull'Estensione

Nome ShutUp!Tab ShutUp!Tab
ID ohadipdcpdgpkmkjmebbbicpjljopcaj
URL Ufficiale https://chromewebstore.google.com/detail/shutuptab/ohadipdcpdgpkmkjmebbbicpjljopcaj
Descrizione Mute the active tab permanently via black list of domains.
Dimensione del File 13.5 KB
Conteggio Installazioni 1,660
Versione Corrente 5.0.6
Ultimo Aggiornamento 2021-12-18
Data di Pubblicazione 2020-05-27
Valutazione 4.92/5 Totale 24 Valutazioni
Sviluppatore gallyamow
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/gallyamow/shutuptab
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "ShutUp!Tab",
    "description": "Mute the active tab permanently via black list of domains.",
    "version": "5.0.6",
    "author": "Ramil Gallyamov",
    "permissions": [
        "tabs",
        "storage",
        "contextMenus"
    ],
    "icons": {
        "128": "images\/icon-app.png"
    },
    "action": {
        "name": "ShutUp!Tab",
        "default_icon": "images\/icon-normal.png"
    },
    "background": {
        "service_worker": "js\/service.js"
    }
}