Mute Tabs
This extension enables mute/unmute for all tabs in Google Chrome.
Wat is Mute Tabs?
Mute Tabs is een Chrome-extensie ontwikkeld door ykushch, en de belangrijkste functie is "This extension enables mute/unmute for all tabs in Google Chrome.".
Extensie Screenshots
Download het CRX-bestand van de extensie Mute Tabs
Download Mute Tabs-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
Muting and unmuting behavior will affect already opened and new tabs. I will appreciate for your proposals and bug reporting!
Basisinformatie over de Extensie
Naam | Mute Tabs |
ID | dmnijdnindlggpbphaokobmejlkmneip |
Officiële URL | https://chromewebstore.google.com/detail/mute-tabs/dmnijdnindlggpbphaokobmejlkmneip |
Beschrijving | This extension enables mute/unmute for all tabs in Google Chrome. |
Bestandsgrootte | 40.94 KB |
Aantal Installaties | 448 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2016-01-05 |
Publicatiedatum | 2016-01-05 |
Beoordeling | 3.71/5 Totaal 14 Beoordelingen |
Ontwikkelaar | ykushch |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mute Tabs", "version": "1.2", "description": "This extension enables mute\/unmute for all tabs in Google Chrome.", "icons": { "16": "images\/sound-16.png", "48": "images\/sound-48.png", "128": "images\/sound-128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "images\/sound-19.png", "38": "images\/sound-38.png" }, "default_title": "Mute-Unmute" }, "permissions": [ "storage" ] } |