WebExtension.net
WebExtension.net

Mr Mute

View on Chrome Web Store
View Mr Mute Chrome Extension on Chrome Web Store
5.0 (2 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Manage tab audio with mute/unmute, mute all, unmute all, countdown timer, tab volume, and blacklists and whitelists
Type
Extension
Users
311 users
5
https://hudektech.com
View author page of https://hudektech.com
Published
Published on August 3, 2024
Version 1.2
Manifest version
3
Updated
Updated on September 22, 2024
View on Chrome Web Store
View Mr Mute Chrome Extension on Chrome Web Store
productivity/tools
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mr Mute",
    "version": "1.2",
    "description": "__MSG_extDescription__",
    "permissions": [
        "storage",
        "tabs",
        "activeTab"
    ],
    "default_locale": "en",
    "background": {
        "service_worker": "mrmute-background.js"
    },
    "action": {
        "default_popup": "mrmute-popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "mrmute-common.js",
                "mrmute-content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "mrmute-common.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "commands": {
        "toggle-mute-tab": {
            "suggested_key": {
                "default": "Alt+Shift+M"
            },
            "description": "__MSG_toggleMuteTabDesc__"
        },
        "mute-all-tabs": {
            "suggested_key": {
                "default": "Alt+Shift+N"
            },
            "description": "__MSG_muteAllTabsDesc__"
        },
        "unmute-all-tabs": {
            "suggested_key": {
                "default": "Alt+Shift+B"
            },
            "description": "__MSG_unmuteAllTabsDesc__"
        },
        "mute-all-but-current-tab": {
            "suggested_key": {
                "default": "Alt+Shift+Comma"
            },
            "description": "__MSG_muteAllButCurrentTabDesc__"
        }
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top