AutoMute Incognito
This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab!
Apa itu AutoMute Incognito?
AutoMute Incognito adalah ekstensi Chrome yang dikembangkan oleh cilenco, dan fitur utamanya adalah "This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab!".
Unduh Berkas CRX Ekstensi AutoMute Incognito
Unduh file ekstensi AutoMute Incognito 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 | AutoMute Incognito |
ID | egpmkeedlhphenpnjhlnlaohcmbmmccj |
URL Resmi | https://chromewebstore.google.com/detail/automute-incognito/egpmkeedlhphenpnjhlnlaohcmbmmccj |
Deskripsi | This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab! |
Ukuran File | 13.94 KB |
Jumlah Instalasi | 501 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2016-11-04 |
Tanggal Publikasi | 2016-11-04 |
Penilaian | 3.67/5 Total 6 Penilaian |
Pengembang | cilenco |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AutoMute Incognito", "description": "This extension automatically mutes icognito tabs.\nUse CTRL+M to toogle sound of current tab!", "version": "1.2", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "res\/icon.png" }, "icons": { "48": "res\/icon.png", "128": "res\/store_icon.png" }, "commands": { "toglePageMute": { "description": "Toggle sound of current Tab", "suggested_key": { "default": "Ctrl+M", "windows": "Ctrl+M", "mac": "Command+M", "chromeos": "Ctrl+M", "linux": "Ctrl+M" } } } } |