Mute Tab
Mute one tab or chrome, locking them too.
What is Mute Tab?
Mute Tab is a Chrome extension developed by http://zimoapps.com, and its main feature is "Mute one tab or chrome, locking them too.".
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
A mute extension which based on new chrome mute API. And, it works form chrome 45. Easy to mute one tab or chrome, and make chrome mute always.
Extension Basic Information
Name | |
ID | abnlpafjdnjpopbjhnahfdcgecnkmmkj |
Official URL | https://chrome.google.com/webstore/detail/mute-tab/abnlpafjdnjpopbjhnahfdcgecnkmmkj |
Description | Mute one tab or chrome, locking them too. |
File Size | 21.54 KB |
Installation Count | 1,000 |
Current Version | 2.0.0.116 |
Last Updated | 2016-03-07 |
Publish Date | 2016-03-07 |
Rating | 3.59/5 Total 34 Ratings |
Developer | http://zimoapps.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://privacy.zimoapps.com |
Supported Languages | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "45", "name": "__MSG_ext_name__", "version": "2.0.0.116", "description": "__MSG_ext_des__", "default_locale": "en", "icons": { "16": "img\/mute.png", "48": "img\/mute.png", "128": "img\/mute.png" }, "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "img\/mute.png", "38": "img\/mute.png" }, "default_title": "__MSG_ext_name__", "default_popup": "html\/popup.html" }, "permissions": [ "tabs", "storage" ] } |