Cleaner And Helper
Prevents annoying advertisements and improves convenience, designed for Netfree users.
Cleaner And Helper là gì?
Cleaner And Helper là một tiện ích mở rộng Chrome được phát triển bởi https://tchumim.com, và tính năng chính của nó là "Prevents annoying advertisements and improves convenience, designed for Netfree users.".
Ả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 Cleaner And Helper
Tải xuống các tệp mở rộng Cleaner And Helper 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
תוסף בקוד פתוח (https://github.com/dovid-lt/CleanerAndHelper), לחסימת פרסומות וקדימונים לסרטונים האופייניים לאתרי חדשות ופרומים הפתוחים בנטפרי וכדומה. אתרים מושפעים כעת: JDN, המחדש, כל-רגע, בחזית, פרוג. התוסף מציג את הסרטון במעטפת הברירת מחדל של הדפדפן.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Cleaner And Helper |
ID | abceolommehmfcheephklpllmcocgmol |
URL Chính Thức | https://chromewebstore.google.com/detail/cleaner-and-helper/abceolommehmfcheephklpllmcocgmol |
Mô tả | Prevents annoying advertisements and improves convenience, designed for Netfree users. |
Kích Thước Tệp | 17.38 KB |
Số Lần Cài Đặt | 1,323 |
Phiên Bản Hiện Tại | 1.4.3 |
Cập Nhật Lần Cuối | 2023-07-12 |
Ngày Phát Hành | 2020-12-10 |
Đánh Giá | 4.45/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | https://tchumim.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/dovid-lt/CleanerAndHelper |
URL Trang Trợ Giúp | https://github.com/dovid-lt/CleanerAndHelper/issues |
Ngôn Ngữ Được Hỗ Trợ | iw |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cleaner And Helper", "version": "1.4.3", "description": "Prevents annoying advertisements and improves convenience, designed for Netfree users.", "manifest_version": 3, "icons": { "16": "media2\/16.png", "48": "media2\/32.png", "128": "media2\/128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.jdn.co.il\/*" ], "run_at": "document_start", "js": [ "general-mutation.js", "jdn.js" ] }, { "matches": [ "*:\/\/hm-news.co.il\/*" ], "run_at": "document_start", "js": [ "general-mutation.js", "hm-news.js" ] }, { "matches": [ "*:\/\/www.kore.co.il\/*" ], "run_at": "document_start", "js": [ "general-mutation.js", "kore.js" ] }, { "matches": [ "*:\/\/www.kore.co.il\/flashNews*" ], "run_at": "document_start", "js": [ "kore-flashNews.js" ], "css": [ "kore-flashNews.css" ] }, { "matches": [ "*:\/\/www.bahazit.co.il\/*" ], "run_at": "document_start", "js": [ "general-mutation.js", "bahazit.js" ] }, { "matches": [ "*:\/\/www.prog.co.il\/*" ], "run_at": "document_start", "js": [ "general-mutation.js", "prog.js" ], "css": [ "prog.css" ] }, { "matches": [ "*:\/\/kcm.fm\/*" ], "run_at": "document_idle", "js": [ "kcm.js" ] }, { "matches": [ "*:\/\/www.hidabroot.org\/*" ], "run_at": "document_start", "js": [ "general-mutation.js", "hidabroot.js" ], "css": [ "prog.css" ] } ], "web_accessible_resources": [ { "resources": [ "kcm-em.js" ], "matches": [ "https:\/\/kcm.fm\/*" ] } ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "permissions": [ "declarativeNetRequest", "declarativeNetRequestWithHostAccess" ], "optional_host_permissions": [ "*:\/\/www.jdn.co.il\/*", "*:\/\/info.jdn.co.il\/*", "*:\/\/*.hm-news.co.il\/*", "*:\/\/hm-news.co.il\/*", "*:\/\/www.kore.co.il\/*", "*:\/\/*.kore.co.il\/*", "*:\/\/www.prog.co.il\/*", "*:\/\/kcm.fm\/*", "*:\/\/www.hidabroot.org\/*" ] } |