Smart Tab Mute
Ensures that only one tab plays audio at the same time
Apa itu Smart Tab Mute?
Smart Tab Mute adalah ekstensi Chrome yang dikembangkan oleh Moritz Kobrna, dan fitur utamanya adalah "Ensures that only one tab plays audio at the same time".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Smart Tab Mute
Unduh file ekstensi Smart Tab Mute dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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/
Informasi Dasar Ekstensi
Nama | Smart Tab Mute |
ID | dnfbgicfhchdpogmafjifjgbcjdaikgn |
URL Resmi | https://chromewebstore.google.com/detail/smart-tab-mute/dnfbgicfhchdpogmafjifjgbcjdaikgn |
Deskripsi | Ensures that only one tab plays audio at the same time |
Ukuran File | 71.62 KB |
Jumlah Instalasi | 4,168 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2016-07-24 |
Tanggal Publikasi | 2016-07-24 |
Penilaian | 3.91/5 Total 34 Penilaian |
Pengembang | Moritz Kobrna |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |