Anti Ear Blaster
Sets the volume level of all html audio and video players automatically to a chosen level. Your ears will love it.
Anti Ear Blaster là gì?
Anti Ear Blaster là một tiện ích mở rộng Chrome được phát triển bởi Joker Development, và tính năng chính của nó là "Sets the volume level of all html audio and video players automatically to a chosen level. Your ears will love it.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Anti Ear Blaster
Tải xuống các tệp mở rộng Anti Ear Blaster 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
Sets the volume level of all html audio and video players automatically to a chosen volume level. You can also unmute all players automatically if you want.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lilnheebfjnjfcgbpfggefmmibfbfjoo |
URL Chính Thức | https://chrome.google.com/webstore/detail/anti-ear-blaster/lilnheebfjnjfcgbpfggefmmibfbfjoo |
Mô tả | Sets the volume level of all html audio and video players automatically to a chosen level. Your ears will love it. |
Kích Thước Tệp | 45.5 KB |
Số Lần Cài Đặt | 78 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2020-01-07 |
Ngày Phát Hành | 2019-12-30 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Joker Development |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Anti Ear Blaster", "version": "1.1", "description": "Sets the volume level of all html audio and video players automatically to a chosen level. Your ears will love it.", "permissions": [ "tabs", "declarativeContent", "storage" ], "browser_action": { "default_popup": "html\/menu.html", "default_icon": { "16": "assets\/img\/icons\/icon16.png", "32": "assets\/img\/icons\/icon32.png", "48": "assets\/img\/icons\/icon48.png", "128": "assets\/img\/icons\/icon128.png" } }, "icons": { "16": "assets\/img\/icons\/icon16.png", "32": "assets\/img\/icons\/icon32.png", "48": "assets\/img\/icons\/icon48.png", "128": "assets\/img\/icons\/icon128.png" }, "content_scripts": [ { "js": [ "assets\/js\/ext\/jquery.min.js", "assets\/js\/background.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "manifest_version": 2 } |