Mute Tab Helper
This extension helps manage tab audio state
What is Mute Tab Helper?
Mute Tab Helper is a Chrome extension developed by Jean-Lou Dupont (systemical), and its main feature is "This extension helps manage tab audio state".
Download Mute Tab Helper Extension CRX File
Download Mute Tab Helper 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
Are you tired of annoying pages that load and start playing audio right away ? By default, when a tab gets loaded with a new domain (one not already tracked by the extension), the audio state will be muted (state: perma-mute). The user has now the following choices: * The user can mute/unmute the domain visited in the browser tab through the extension's browser action button * The user can mute/unmute the tab through the usual tab menu - this action will not affect the state maintained by the extension
Extension Basic Information
Name | Mute Tab Helper |
ID | jefhmnjbjemabbmakhmpmlnpfmcdjdfh |
Official URL | https://chromewebstore.google.com/detail/mute-tab-helper/jefhmnjbjemabbmakhmpmlnpfmcdjdfh |
Description | This extension helps manage tab audio state |
File Size | 19.22 KB |
Installation Count | 73 |
Current Version | 0.0.1 |
Last Updated | 2016-09-02 |
Publish Date | 2016-09-02 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Jean-Lou Dupont (systemical) |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mute Tab Helper", "description": "This extension helps manage tab audio state", "version": "0.0.1", "icons": { "128": "perma-unmute-128.png" }, "browser_action": { "default_title": "Mute Helper", "default_icon": { "38": "perma-unmute-38.png" } }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "storage", "tabs" ] } |