Mute By Default

Mute tabs by default

What is Mute By Default?

Mute By Default is a Chrome extension developed by david.keatts, and its main feature is "Mute tabs by default".

Download Mute By Default Extension CRX File

Download Mute By Default 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 tabs by default.

Whitelist websites you wish to keep unmuted by clicking the icon, or entering URLs in options.                    

Extension Basic Information

Name Mute By Default Mute By Default
ID aikaipdjcmejaeeoflcaebioabbkldaa
Official URL https://chrome.google.com/webstore/detail/mute-by-default/aikaipdjcmejaeeoflcaebioabbkldaa
Description Mute tabs by default
File Size 5.87 KB
Installation Count 41
Current Version 0.1
Last Updated 2016-07-02
Publish Date 2016-07-02
Rating 5.00/5 Total 2 Ratings
Developer david.keatts
Payment Type free
Extension Website https://github.com/keattz/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mute By Default",
    "description": "Mute tabs by default",
    "version": "0.1",
    "permissions": [
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icon.png"
        },
        "default_title": "Click to mute or unmute this website",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "options_page": "options.html",
    "manifest_version": 2
}