CounterXSS
An Extension to counter XSS attack!
CounterXSSคืออะไร?
CounterXSS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย playarun93 และคุณลักษณะหลักของมันคือ "An Extension to counter XSS attack!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CounterXSS
ดาวน์โหลดไฟล์ส่วนขยาย CounterXSS ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A browser extension to counter cross-site scripting attack.It automatically works in the background and alerts the user right at the browser if it finds any page that is vulnerable to XSS attack.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CounterXSS |
ID | cohfknlebbobkgfmiijihflbeaiajmaf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/counterxss/cohfknlebbobkgfmiijihflbeaiajmaf |
คำอธิบาย | An Extension to counter XSS attack! |
ขนาดไฟล์ | 98.96 KB |
จำนวนการติดตั้ง | 572 |
เวอร์ชันปัจจุบัน | 12.2 |
อัปเดตครั้งล่าสุด | 2018-05-10 |
วันที่เผยแพร่ | 2018-05-09 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | playarun93 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CounterXSS", "version": "12.2", "description": "An Extension to counter XSS attack!", "manifest_version": 2, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |