Mute Tabs

This extension enables mute/unmute for all tabs in Google Chrome.

What is Mute Tabs?

Mute Tabs is a Chrome extension developed by ykushch, and its main feature is "This extension enables mute/unmute for all tabs in Google Chrome.".

Extension Screenshots

screenshot
screenshot

Download Mute Tabs Extension CRX File

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

                        Muting and unmuting behavior will affect already opened and new tabs. I will appreciate for your proposals and bug reporting!                    

Extension Basic Information

Name Mute Tabs Mute Tabs
ID dmnijdnindlggpbphaokobmejlkmneip
Official URL https://chromewebstore.google.com/detail/mute-tabs/dmnijdnindlggpbphaokobmejlkmneip
Description This extension enables mute/unmute for all tabs in Google Chrome.
File Size 40.94 KB
Installation Count 448
Current Version 1.2
Last Updated 2016-01-05
Publish Date 2016-01-05
Rating 3.71/5 Total 14 Ratings
Developer ykushch
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mute Tabs",
    "version": "1.2",
    "description": "This extension enables mute\/unmute for all tabs in Google Chrome.",
    "icons": {
        "16": "images\/sound-16.png",
        "48": "images\/sound-48.png",
        "128": "images\/sound-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/sound-19.png",
            "38": "images\/sound-38.png"
        },
        "default_title": "Mute-Unmute"
    },
    "permissions": [
        "storage"
    ]
}