ShutUp!Tab
Mute the active tab permanently via black list of domains.
Qu'est-ce que ShutUp!Tab ?
ShutUp!Tab est une extension Chrome développée par gallyamow, et sa fonction principale est "Mute the active tab permanently via black list of domains.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ShutUp!Tab
Téléchargez les fichiers d'extension ShutUp!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
Mute active tab or automatically mute tabs from the blacklisted urls or domain. Позволяет отключать звук на определенных вкладках либо добавить домен или url в черный список для постоянного отключения звука на них. Problems: In very old version of browser you need to enable Chrome's setting "enable-tab-audio-muting 1. Type chrome://flags/#enable-tab-audio-muting into Chrome's address bar and press Enter. 2. Chrome should automatically scroll down to the "Enable Tab Audio Muting UI" flag. Click the enable link below it. 3. Restart Chrome.
Informations de Base sur l'Extension
Nom | ShutUp!Tab |
ID | ohadipdcpdgpkmkjmebbbicpjljopcaj |
URL Officiel | https://chromewebstore.google.com/detail/shutuptab/ohadipdcpdgpkmkjmebbbicpjljopcaj |
Description | Mute the active tab permanently via black list of domains. |
Taille du Fichier | 13.5 KB |
Nombre d'Installations | 1,660 |
Version Actuelle | 5.0.6 |
Dernière Mise à Jour | 2021-12-18 |
Date de Publication | 2020-05-27 |
Évaluation | 4.92/5 Total 24 Évaluations |
Développeur | gallyamow |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/gallyamow/shutuptab |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "minimum_chrome_version": "88", "name": "ShutUp!Tab", "description": "Mute the active tab permanently via black list of domains.", "version": "5.0.6", "author": "Ramil Gallyamov", "permissions": [ "tabs", "storage", "contextMenus" ], "icons": { "128": "images\/icon-app.png" }, "action": { "name": "ShutUp!Tab", "default_icon": "images\/icon-normal.png" }, "background": { "service_worker": "js\/service.js" } } |