DOMLogger++
DOMLogger++ allows you to monitor, intercept, and debug JavaScript sinks based on customizable configurations.
DOMLogger++ là gì?
DOMLogger++ là một tiện ích mở rộng Chrome được phát triển bởi kevin_mizu, và tính năng chính của nó là "DOMLogger++ allows you to monitor, intercept, and debug JavaScript sinks based on customizable configurations.".
Ả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 DOMLogger++
Tải xuống các tệp mở rộng DOMLogger++ 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
DOMLogger++ is a browser extension developed for web developers and security researchers. It hooks into specific JavaScript sinks, helping users understand how web scripts operate. With customizable JSON settings, users can adjust how the extension works according to their needs. This tool is especially useful for those looking to identify security risks in web applications. By offering insights into JavaScript interactions, DOMLogger++ can help spot potential vulnerabilities in websites. Features: - Regex-based domain management. - Flexible hooking configuration (class, function, attribute, event). - Regex-based hooks arguments filtering (match, !match). - Dynamic sinks arguments update (hookFunction). - Customizable notifications system (alert, notification). - On-demand debugging breakpoints. - Integrated Devtools log panel. - Remote logging via webhooks. - Extensive theme customization.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | DOMLogger++ |
ID | lkpfjhmpbmpflldmdpdoabimdbaclolp |
URL Chính Thức | https://chromewebstore.google.com/detail/domlogger++/lkpfjhmpbmpflldmdpdoabimdbaclolp |
Mô tả | DOMLogger++ allows you to monitor, intercept, and debug JavaScript sinks based on customizable configurations. |
Kích Thước Tệp | 514 KB |
Số Lần Cài Đặt | 61 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2023-10-24 |
Ngày Phát Hành | 2023-10-22 |
Nhà Phát Triển | kevin_mizu |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/kevin-mizu/domloggerpp |
URL Trang Trợ Giúp | https://github.com/kevin-mizu/domloggerpp |
URL Trang Chính Sách Bảo Mật | https://mizu.re/privacy-policy/domloggerpp/PRIVACY.txt |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "DOMLogger++", "version": "1.0.3", "description": "DOMLogger++ allows you to monitor, intercept, and debug JavaScript sinks based on customizable configurations.", "icons": { "1399": "icons\/icon.png" }, "action": { "default_popup": "src\/popup\/popup.html", "default_icon": { "1399": "icons\/icon.png" }, "default_title": "DOMLogger++" }, "options_ui": { "open_in_tab": true, "page": "src\/options\/options.html" }, "permissions": [ "storage", "tabs", "notifications" ], "background": { "service_worker": "src\/background.js" }, "devtools_page": "src\/devtools\/index.html", "content_scripts": [ { "run_at": "document_start", "all_frames": true, "matches": [ " |