Mute Tab

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

What is Mute Tab?

Mute Tab is a Chrome extension developed by trmcnvn, and its main feature is "Restores the 'Mute Tab' functionality of versions prior to Chrome 71.".

Extension Screenshots

screenshot

Download Mute Tab Extension CRX File

Download Mute 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

                        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.                    

Extension Basic Information

Name Mute Tab Mute Tab
ID blljobffcekcbopmkgfhpcjmbfnelkfg
Official URL https://chromewebstore.google.com/detail/mute-tab/blljobffcekcbopmkgfhpcjmbfnelkfg
Description Restores the 'Mute Tab' functionality of versions prior to Chrome 71.
File Size 40.81 KB
Installation Count 463,085
Current Version 1.4
Last Updated 2019-09-18
Publish Date 2019-09-18
Rating 4.30/5 Total 156 Ratings
Developer trmcnvn
Email [email protected]
Payment Type free
Extension Website https://github.com/trmcnvn/chrome-tab-mute
Help Page URL https://github.com/trmcnvn/chrome-tab-mute
Supported Languages 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
}