Mute Tab Helper

This extension helps manage tab audio state

Mute Tab Helper क्या है?

Mute Tab Helper Jean-Lou Dupont (systemical) द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension helps manage tab audio state"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Mute Tab Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Mute Tab Helper Mute Tab Helper
ID jefhmnjbjemabbmakhmpmlnpfmcdjdfh
आधिकारिक URL https://chromewebstore.google.com/detail/mute-tab-helper/jefhmnjbjemabbmakhmpmlnpfmcdjdfh
विवरण This extension helps manage tab audio state
फ़ाइल का आकार 19.22 KB
स्थापना संख्या 73
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2016-09-02
प्रकाशन तिथि 2016-09-02
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Jean-Lou Dupont (systemical)
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}