Mute Tab

Mute one tab or chrome, locking them too.

Vad är Mute Tab?

Mute Tab är en Chrome-tillägg utvecklad av http://zimoapps.com, och dess huvudfunktion är "Mute one tab or chrome, locking them too.".

Ladda ner Mute Tab-förlängningens CRX-fil

Ladda ner Mute Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Mute Tab Mute Tab
ID abnlpafjdnjpopbjhnahfdcgecnkmmkj
Officiell webbadress https://chrome.google.com/webstore/detail/mute-tab/abnlpafjdnjpopbjhnahfdcgecnkmmkj
Beskrivning Mute one tab or chrome, locking them too.
Filstorlek 21.54 KB
Antal Installationer 1,000
Aktuell Version 2.0.0.116
Senast Uppdaterad 2016-03-07
Publiceringsdatum 2016-03-07
Betyg 3.59/5 Totalt 34 Betyg
Utvecklare http://zimoapps.com
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://privacy.zimoapps.com
Stödda Språk 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"
    ]
}