ModClear
Clears notifications on click
ModClear là gì?
ModClear là một tiện ích mở rộng Chrome được phát triển bởi JonLuca, và tính năng chính của nó là "Clears notifications on click".
Ả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 ModClear
Tải xuống các tệp mở rộng ModClear 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
Provides a quick way to archive all messages quickly on the new reddit modmail, both for notifications and conversations!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ModClear |
ID | gpcmcddkhaninomigjcgabkogknhblbm |
URL Chính Thức | https://chromewebstore.google.com/detail/modclear/gpcmcddkhaninomigjcgabkogknhblbm |
Mô tả | Clears notifications on click |
Kích Thước Tệp | 84.55 KB |
Số Lần Cài Đặt | 29 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2017-06-25 |
Ngày Phát Hành | 2017-06-25 |
Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | JonLuca |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/jonluca/ModClear |
URL Trang Chính Sách Bảo Mật | https://github.com/jonluca/RideShare-Trip-Stats/blob/master/PRIVACY.md |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ModClear", "description": "Clears notifications on click", "version": "1.3", "background": { "scripts": [ "js\/jquery-2.1.1.min.js", "js\/background.js" ] }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/mod.reddit.com\/*", "https:\/\/mod.reddit.com\/*" ], "js": [ "js\/jquery-2.1.1.min.js", "content_script.js" ] } ], "icons": { "64": "images\/icon64.png", "32": "images\/icon32.png", "128": "images\/icon128.png" }, "page_action": { "default_title": "ModClear", "default_icon": "images\/hover.png" }, "homepage_url": "https:\/\/github.com\/jonluca\/ModClear\/", "web_accessible_resources": [ "js\/jquery-2.1.1.min.js", "images\/*" ] } |