Smart Tab Mute
Ensures that only one tab plays audio at the same time
Co to jest Smart Tab Mute?
Smart Tab Mute to rozszerzenie Chrome opracowane przez Moritz Kobrna, a jego główną funkcją jest „Ensures that only one tab plays audio at the same time”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Smart Tab Mute
Pobierz pliki rozszerzeń Smart Tab Mute w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Smart Tab Mute ensures that only one tab is playing sound at the same time The extension is also available for Firefox: https://addons.mozilla.org/de/firefox/addon/smart-tab-mute/
Podstawowe informacje o rozszerzeniu
Nazwa | Smart Tab Mute |
ID | dnfbgicfhchdpogmafjifjgbcjdaikgn |
Oficjalny URL | https://chromewebstore.google.com/detail/smart-tab-mute/dnfbgicfhchdpogmafjifjgbcjdaikgn |
Opis | Ensures that only one tab plays audio at the same time |
Rozmiar pliku | 71.62 KB |
Liczba instalacji | 4,168 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2016-07-24 |
Data Publikacji | 2016-07-24 |
Ocena | 3.91/5 Łącznie 34 Oceny |
Deweloper | Moritz Kobrna |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smart Tab Mute", "description": "Ensures that only one tab plays audio at the same time", "version": "1.0.1", "icons": { "16": "images\/icon128.png", "48": "images\/icon128.png", "128": "images\/icon128.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "tabs", "storage" ] } |