ShutUp!Tab
Mute the active tab permanently via black list of domains.
Was ist ShutUp!Tab?
ShutUp!Tab ist eine Chrome-Erweiterung, die von gallyamow entwickelt wurde, und ihr Hauptmerkmal ist "Mute the active tab permanently via black list of domains.".
Erweiterungsscreenshots
ShutUp!Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie ShutUp!Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | ShutUp!Tab |
ID | ohadipdcpdgpkmkjmebbbicpjljopcaj |
Offizielle URL | https://chromewebstore.google.com/detail/shutuptab/ohadipdcpdgpkmkjmebbbicpjljopcaj |
Beschreibung | Mute the active tab permanently via black list of domains. |
Dateigröße | 13.5 KB |
Installationsanzahl | 1,660 |
Aktuelle Version | 5.0.6 |
Letztes Update | 2021-12-18 |
Veröffentlichungsdatum | 2020-05-27 |
Bewertung | 4.92/5 Insgesamt 24 Bewertungen |
Entwickler | gallyamow |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/gallyamow/shutuptab |
Unterstützte Sprachen | 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" } } |