ShutUp!Tab

Mute the active tab permanently via black list of domains.

What is ShutUp!Tab?

ShutUp!Tab is a Chrome extension developed by gallyamow, and its main feature is "Mute the active tab permanently via black list of domains.".

Extension Screenshots

screenshot

Download ShutUp!Tab Extension CRX File

Download ShutUp!Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name ShutUp!Tab ShutUp!Tab
ID ohadipdcpdgpkmkjmebbbicpjljopcaj
Official URL https://chromewebstore.google.com/detail/shutuptab/ohadipdcpdgpkmkjmebbbicpjljopcaj
Description Mute the active tab permanently via black list of domains.
File Size 13.5 KB
Installation Count 1,660
Current Version 5.0.6
Last Updated 2021-12-18
Publish Date 2020-05-27
Rating 4.92/5 Total 24 Ratings
Developer gallyamow
Email [email protected]
Payment Type free
Extension Website https://github.com/gallyamow/shutuptab
Supported Languages 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"
    }
}