Sound Destroyer
Sound Destroyer mutes noisy, intrusive websites. Only trusted sites will make noise on inactive tabs.
Sound Destroyer là gì?
Sound Destroyer là một tiện ích mở rộng Chrome được phát triển bởi Jackie Ell, và tính năng chính của nó là "Sound Destroyer mutes noisy, intrusive websites. Only trusted sites will make noise on inactive tabs.".
Ả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 Sound Destroyer
Tải xuống các tệp mở rộng Sound Destroyer 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
Sound Destroyer is open source! Fork it here: https://github.com/jackie-ell/sound-destroyer-ext Please contact me via email if you encounter a bug, or wish to request a feature. Mutes tabs that are: * Making noise! * Not your current, active tab * Not part of your "trusted sites" list What are "trusted sites"? How do I use them? Trusted sites are websites that you want to make background noise. Ex: listening to a song on YouTube while you browse another tab. You can add a trusted site by clicking on the extension icon and using the popup interface. Trusted sites are opinionated and must follow the "www.somewhere.com" format.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Sound Destroyer |
ID | pekienofpgmnhgaeommfoemmnimpaelk |
URL Chính Thức | https://chromewebstore.google.com/detail/sound-destroyer/pekienofpgmnhgaeommfoemmnimpaelk |
Mô tả | Sound Destroyer mutes noisy, intrusive websites. Only trusted sites will make noise on inactive tabs. |
Kích Thước Tệp | 246 KB |
Số Lần Cài Đặt | 26 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2017-10-26 |
Ngày Phát Hành | 2017-10-26 |
Đánh Giá | 4.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Jackie Ell |
[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", "manifest_version": 2, "name": "Sound Destroyer", "description": "Sound Destroyer mutes noisy, intrusive websites. Only trusted sites will make noise on inactive tabs.", "version": "0.1", "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon1600.png", "48": "icon1600.png", "128": "icon1600.png" }, "permissions": [ "tabs", "storage" ] } |