ShutUp!Tab

Mute the active tab permanently via black list of domains.

Wat is ShutUp!Tab?

ShutUp!Tab is een Chrome-extensie ontwikkeld door gallyamow, en de belangrijkste functie is "Mute the active tab permanently via black list of domains.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ShutUp!Tab

Download ShutUp!Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ShutUp!Tab ShutUp!Tab
ID ohadipdcpdgpkmkjmebbbicpjljopcaj
Officiële URL https://chromewebstore.google.com/detail/shutuptab/ohadipdcpdgpkmkjmebbbicpjljopcaj
Beschrijving Mute the active tab permanently via black list of domains.
Bestandsgrootte 13.5 KB
Aantal Installaties 1,660
Huidige Versie 5.0.6
Laatst Bijgewerkt 2021-12-18
Publicatiedatum 2020-05-27
Beoordeling 4.92/5 Totaal 24 Beoordelingen
Ontwikkelaar gallyamow
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/gallyamow/shutuptab
Ondersteunde Talen 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"
    }
}