Permanent Mute
A persistent mute tool for stupid websites that make annoying and ill-timed sounds.
Permanent Mute là gì?
Permanent Mute là một tiện ích mở rộng Chrome được phát triển bởi https://codewrangler.io, và tính năng chính của nó là "A persistent mute tool for stupid websites that make annoying and ill-timed sounds.".
Ả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 Permanent Mute
Tải xuống các tệp mở rộng Permanent Mute 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
A persistent mute tool for stupid websites that make annoying and ill-timed sounds. Stops auto-playing video sound, etc., and sites will stay muted until you un-mute them (even if closed and revisited). Apparently a similar feature is upcoming in Chrome 64, but you can use this extension in the meantime.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Permanent Mute |
ID | pnkhoaefngnbehoiioikafibdkfaolec |
URL Chính Thức | https://chromewebstore.google.com/detail/permanent-mute/pnkhoaefngnbehoiioikafibdkfaolec |
Mô tả | A persistent mute tool for stupid websites that make annoying and ill-timed sounds. |
Kích Thước Tệp | 18.7 KB |
Số Lần Cài Đặt | 18 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2018-02-01 |
Ngày Phát Hành | 2018-02-01 |
Nhà Phát Triển | https://codewrangler.io |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://codewrangler.io |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Permanent Mute", "description": "A persistent mute tool for stupid websites that make annoying and ill-timed sounds.", "version": "1.0.0", "permissions": [ "activeTab", "tabs", "storage" ], "background": { "scripts": [ "js\/scripts.min.js" ] }, "browser_action": { "default_icon": "assets\/icon48-off.png", "default_title": "This site is not permanently muted." }, "icons": { "128": "assets\/icon128.png", "48": "assets\/icon48.png" }, "manifest_version": 2 } |