DOMLogger++
DOMLogger++ allows you to monitor, intercept, and debug JavaScript sinks based on customizable configurations.
DOMLogger++คืออะไร?
DOMLogger++ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kevin_mizu และคุณลักษณะหลักของมันคือ "DOMLogger++ allows you to monitor, intercept, and debug JavaScript sinks based on customizable configurations."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DOMLogger++
ดาวน์โหลดไฟล์ส่วนขยาย DOMLogger++ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | DOMLogger++ |
ID | lkpfjhmpbmpflldmdpdoabimdbaclolp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/domlogger++/lkpfjhmpbmpflldmdpdoabimdbaclolp |
คำอธิบาย | DOMLogger++ allows you to monitor, intercept, and debug JavaScript sinks based on customizable configurations. |
ขนาดไฟล์ | 514 KB |
จำนวนการติดตั้ง | 61 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2023-10-24 |
วันที่เผยแพร่ | 2023-10-22 |
ผู้พัฒนา | kevin_mizu |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/kevin-mizu/domloggerpp |
URL หน้าช่วยเหลือ | https://github.com/kevin-mizu/domloggerpp |
URL หน้านโยบายความเป็นส่วนตัว | https://mizu.re/privacy-policy/domloggerpp/PRIVACY.txt |
ภาษาที่รองรับ | 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": [ " |