Mute Tab
Mute one tab or chrome, locking them too.
Apa itu Mute Tab?
Mute Tab adalah ekstensi Chrome yang dikembangkan oleh http://zimoapps.com, dan fitur utamanya adalah "Mute one tab or chrome, locking them too.".
Unduh Berkas CRX Ekstensi Mute Tab
Unduh file ekstensi Mute Tab 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
A mute extension which based on new chrome mute API. And, it works form chrome 45.
Easy to mute one tab or chrome, and make chrome mute always. Informasi Dasar Ekstensi
| Nama | |
| ID | abnlpafjdnjpopbjhnahfdcgecnkmmkj |
| URL Resmi | https://chrome.google.com/webstore/detail/mute-tab/abnlpafjdnjpopbjhnahfdcgecnkmmkj |
| Deskripsi | Mute one tab or chrome, locking them too. |
| Ukuran File | 21.54 KB |
| Jumlah Instalasi | 1,000 |
| Versi Saat Ini | 2.0.0.116 |
| Terakhir Diperbarui | 2016-03-07 |
| Tanggal Publikasi | 2016-03-07 |
| Penilaian | 3.59/5 Total 34 Penilaian |
| Pengembang | http://zimoapps.com |
| [email protected] | |
| Tipe Pembayaran | free |
| URL Halaman Kebijakan Privasi | https://privacy.zimoapps.com |
| Bahasa yang Didukung | en,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"minimum_chrome_version": "45",
"name": "__MSG_ext_name__",
"version": "2.0.0.116",
"description": "__MSG_ext_des__",
"default_locale": "en",
"icons": {
"16": "img\/mute.png",
"48": "img\/mute.png",
"128": "img\/mute.png"
},
"background": {
"scripts": [
"js\/background.js"
]
},
"browser_action": {
"default_icon": {
"19": "img\/mute.png",
"38": "img\/mute.png"
},
"default_title": "__MSG_ext_name__",
"default_popup": "html\/popup.html"
},
"permissions": [
"tabs",
"storage"
]
} | |