Auto Mute Tabs
This extension continually monitors all chrome windows to mute all inactive tabs and unmute active tabs.
Apa itu Auto Mute Tabs?
Auto Mute Tabs adalah ekstensi Chrome yang dikembangkan oleh Mark A. Clem, dan fitur utamanya adalah "This extension continually monitors all chrome windows to mute all inactive tabs and unmute active tabs.".
Unduh Berkas CRX Ekstensi Auto Mute Tabs
Unduh file ekstensi Auto Mute Tabs 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
Informasi Dasar Ekstensi
Nama | |
ID | dpfjecmegbpbogbmdadikgegflmdflic |
URL Resmi | https://chrome.google.com/webstore/detail/auto-mute-tabs/dpfjecmegbpbogbmdadikgegflmdflic |
Deskripsi | This extension continually monitors all chrome windows to mute all inactive tabs and unmute active tabs. |
Ukuran File | 14.59 KB |
Jumlah Instalasi | 57 |
Versi Saat Ini | 1.0 Initial |
Terakhir Diperbarui | 2017-01-20 |
Tanggal Publikasi | 2017-01-20 |
Penilaian | 1.50/5 Total 2 Penilaian |
Pengembang | Mark A. Clem |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto Mute Tabs", "short_name": "AutoMuteTabs", "version": "1.9.3", "version_name": "1.0 Initial", "description": "This extension continually monitors all chrome windows to mute all inactive tabs and unmute active tabs.", "browser_action": { "default_icon": "amticon16.png" }, "author": "Mark A. Clem", "background": { "persistent": false, "page": "background.html" }, "minimum_chrome_version": "45", "icons": { "16": "amticon16.png", "128": "amticon128.png" }, "permissions": [ "tabs" ] } |