XSS
Web Development tool
XSSคืออะไร?
XSS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย totofish2021 และคุณลักษณะหลักของมันคือ "Web Development tool"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย XSS
ดาวน์โหลดไฟล์ส่วนขยาย XSS ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A chrome extension tool that can inject custom scripts into the current web page. For example, loading Jquery into the page to facilitate DOM operations, automatically filling in form content, or executing other JavaScript scripts to replace manual repetitive operations for testing or development and debugging. Source repository: https://github.com/totofish/XSS
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | XSS |
ID | bebjbdbgpmgdlfehkibnmgmbkcniaeij |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/xss/bebjbdbgpmgdlfehkibnmgmbkcniaeij |
คำอธิบาย | Web Development tool |
ขนาดไฟล์ | 232 KB |
จำนวนการติดตั้ง | 2,136 |
เวอร์ชันปัจจุบัน | 1.2.0 |
อัปเดตครั้งล่าสุด | 2022-01-31 |
วันที่เผยแพร่ | 2021-04-09 |
คะแนน | 5.00/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | totofish2021 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/totofish/XSS |
ภาษาที่รองรับ | en,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.2.0", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "XSS", "default_popup": "GUI.html", "default_icon": "icon16.png" }, "permissions": [ "notifications", "contextMenus", "storage", "downloads", " |