Tab Muter

Mute Your Tabs

Wat is Tab Muter?

Tab Muter is een Chrome-extensie ontwikkeld door Matt Ditmars, en de belangrijkste functie is "Mute Your Tabs".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tab Muter

Download Tab Muter-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

                        Instantly mute and unmute all tabs that are playing audio in Chrome at the click of a button.                    

Basisinformatie over de Extensie

Naam Tab Muter Tab Muter
ID ibeliijpajohhafjcjhfooimepofgdno
Officiële URL https://chromewebstore.google.com/detail/tab-muter/ibeliijpajohhafjcjhfooimepofgdno
Beschrijving Mute Your Tabs
Bestandsgrootte 8.86 KB
Aantal Installaties 674
Huidige Versie 1.0.1
Laatst Bijgewerkt 2019-07-03
Publicatiedatum 2019-07-03
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Matt Ditmars
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Muter",
    "version": "1.0.1",
    "description": "Mute Your Tabs",
    "default_locale": "en_US",
    "icons": {
        "16": "speaker-16.png",
        "48": "no-audio-48.png",
        "128": "no-audio-128.png"
    },
    "browser_action": {
        "default_title": "Click to mute tabs"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}