AutoMute Incognito
This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab!
AutoMute Incognito là gì?
AutoMute Incognito là một tiện ích mở rộng Chrome được phát triển bởi cilenco, và tính năng chính của nó là "This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab!".
Tải xuống tệp CRX của tiện ích mở rộng AutoMute Incognito
Tải xuống các tệp mở rộng AutoMute Incognito dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AutoMute Incognito |
ID | egpmkeedlhphenpnjhlnlaohcmbmmccj |
URL Chính Thức | https://chromewebstore.google.com/detail/automute-incognito/egpmkeedlhphenpnjhlnlaohcmbmmccj |
Mô tả | This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab! |
Kích Thước Tệp | 13.94 KB |
Số Lần Cài Đặt | 501 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2016-11-04 |
Ngày Phát Hành | 2016-11-04 |
Đánh Giá | 3.67/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | cilenco |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } } |