Mute Tab Helper

This extension helps manage tab audio state

Co je Mute Tab Helper?

Mute Tab Helper je rozšíření Chrome vyvinuté Jean-Lou Dupont (systemical), a jeho hlavní funkcí je „This extension helps manage tab audio state“.

Stáhnout soubor CRX rozšíření Mute Tab Helper

Stáhněte si soubory rozšíření Mute Tab Helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Mute Tab Helper Mute Tab Helper
ID jefhmnjbjemabbmakhmpmlnpfmcdjdfh
Oficiální URL https://chromewebstore.google.com/detail/mute-tab-helper/jefhmnjbjemabbmakhmpmlnpfmcdjdfh
Popis This extension helps manage tab audio state
Velikost souboru 19.22 KB
Počet instalací 73
Aktuální Verze 0.0.1
Poslední Aktualizace 2016-09-02
Datum Vydání 2016-09-02
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Jean-Lou Dupont (systemical)
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}