Mute Tab

Mute one tab or chrome, locking them too.

Wat is Mute Tab?

Mute Tab is een Chrome-extensie ontwikkeld door http://zimoapps.com, en de belangrijkste functie is "Mute one tab or chrome, locking them too.".

Download het CRX-bestand van de extensie Mute Tab

Download Mute Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Mute Tab Mute Tab
ID abnlpafjdnjpopbjhnahfdcgecnkmmkj
Officiële URL https://chrome.google.com/webstore/detail/mute-tab/abnlpafjdnjpopbjhnahfdcgecnkmmkj
Beschrijving Mute one tab or chrome, locking them too.
Bestandsgrootte 21.54 KB
Aantal Installaties 1,000
Huidige Versie 2.0.0.116
Laatst Bijgewerkt 2016-03-07
Publicatiedatum 2016-03-07
Beoordeling 3.59/5 Totaal 34 Beoordelingen
Ontwikkelaar http://zimoapps.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://privacy.zimoapps.com
Ondersteunde Talen 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"
    ]
}