Really Mute Inactive Tabs LT.
This extension mute inactive tabs
Apa itu Really Mute Inactive Tabs LT.?
Really Mute Inactive Tabs LT. adalah ekstensi Chrome yang dikembangkan oleh mallain.com, dan fitur utamanya adalah "This extension mute inactive tabs".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Really Mute Inactive Tabs LT.
Unduh file ekstensi Really Mute Inactive Tabs LT. 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
This extension mute inactive tabs automatically. In order to make this extension work you have to enable tab audio muting UI control in Chrome flags To do so go to: chrome://flags/ Find Enable tab audio muting UI control. Click on Enable. Restart Chrome. Voila! Get pro version here: https://chrome.google.com/webstore/detail/really-mute-inactive-tabs/pjpajaodlaollgnoonbnlcpopkfcdajk
Informasi Dasar Ekstensi
Nama | |
ID | jdecdhgamljdfjlhbgdclgfkkcbdbaen |
URL Resmi | https://chrome.google.com/webstore/detail/really-mute-inactive-tabs/jdecdhgamljdfjlhbgdclgfkkcbdbaen |
Deskripsi | This extension mute inactive tabs |
Ukuran File | 31.22 KB |
Jumlah Instalasi | 858 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2017-01-06 |
Tanggal Publikasi | 2017-01-06 |
Penilaian | 3.50/5 Total 10 Penilaian |
Pengembang | mallain.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://mallain.com/Apps.aspx |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Really Mute Inactive Tabs LT.", "description": "This extension mute inactive tabs", "version": "1.0", "browser_action": { "default_icon": "iconOn.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "tabs", "storage" ] } |