Tab Muter

Mute Your Tabs

What is Tab Muter?

Tab Muter is a Chrome extension developed by Matt Ditmars, and its main feature is "Mute Your Tabs".

Extension Screenshots

screenshot

Download Tab Muter Extension CRX File

Download Tab Muter 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

                        Instantly mute and unmute all tabs that are playing audio in Chrome at the click of a button.                    

Extension Basic Information

Name Tab Muter Tab Muter
ID ibeliijpajohhafjcjhfooimepofgdno
Official URL https://chromewebstore.google.com/detail/tab-muter/ibeliijpajohhafjcjhfooimepofgdno
Description Mute Your Tabs
File Size 8.86 KB
Installation Count 674
Current Version 1.0.1
Last Updated 2019-07-03
Publish Date 2019-07-03
Rating 1.00/5 Total 1 Ratings
Developer Matt Ditmars
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Muter",
    "version": "1.0.1",
    "description": "Mute Your Tabs",
    "default_locale": "en_US",
    "icons": {
        "16": "speaker-16.png",
        "48": "no-audio-48.png",
        "128": "no-audio-128.png"
    },
    "browser_action": {
        "default_title": "Click to mute tabs"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}