Mute Tab
Restores the 'Mute Tab' functionality of versions prior to Chrome 71.
Qu'est-ce que Mute Tab ?
Mute Tab est une extension Chrome développée par trmcnvn, et sa fonction principale est "Restores the 'Mute Tab' functionality of versions prior to Chrome 71.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Mute Tab
Téléchargez les fichiers d'extension Mute Tab 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
Chrome 71 removed the flag that enables per-tab audio muting. This extension allows you to mute individual tabs by a new context menu option or interacting with the extension icon.
Informations de Base sur l'Extension
Nom | Mute Tab |
ID | blljobffcekcbopmkgfhpcjmbfnelkfg |
URL Officiel | https://chromewebstore.google.com/detail/mute-tab/blljobffcekcbopmkgfhpcjmbfnelkfg |
Description | Restores the 'Mute Tab' functionality of versions prior to Chrome 71. |
Taille du Fichier | 40.81 KB |
Nombre d'Installations | 463,085 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2019-09-18 |
Date de Publication | 2019-09-18 |
Évaluation | 4.30/5 Total 156 Évaluations |
Développeur | trmcnvn |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/trmcnvn/chrome-tab-mute |
URL de la Page d'Aide | https://github.com/trmcnvn/chrome-tab-mute |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mute Tab", "version": "1.4", "description": "Restores the 'Mute Tab' functionality of versions prior to Chrome 71.", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "contextMenus" ], "icons": { "16": "images\/16_u_white.png", "48": "images\/48_u_white.png", "128": "images\/128_u_white.png" }, "browser_action": { "default_title": "Mute Tab Extension" }, "manifest_version": 2 } |