Mute Tab Helper

This extension helps manage tab audio state

Qu'est-ce que Mute Tab Helper ?

Mute Tab Helper est une extension Chrome développée par Jean-Lou Dupont (systemical), et sa fonction principale est "This extension helps manage tab audio state".

Télécharger le fichier CRX de l'extension Mute Tab Helper

Téléchargez les fichiers d'extension Mute Tab Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Mute Tab Helper Mute Tab Helper
ID jefhmnjbjemabbmakhmpmlnpfmcdjdfh
URL Officiel https://chromewebstore.google.com/detail/mute-tab-helper/jefhmnjbjemabbmakhmpmlnpfmcdjdfh
Description This extension helps manage tab audio state
Taille du Fichier 19.22 KB
Nombre d'Installations 73
Version Actuelle 0.0.1
Dernière Mise à Jour 2016-09-02
Date de Publication 2016-09-02
Évaluation 5.00/5 Total 1 Évaluations
Développeur Jean-Lou Dupont (systemical)
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}