ADST Anti XSS Protection
A tool for protecting you from reflected type of cross site scripting attacks
ADST Anti XSS Protectionคืออะไร?
ADST Anti XSS Protection เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alireza Akhtari และคุณลักษณะหลักของมันคือ "A tool for protecting you from reflected type of cross site scripting attacks"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ADST Anti XSS Protection
ดาวน์โหลดไฟล์ส่วนขยาย ADST Anti XSS Protection ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A tool for protecting you from reflected type of cross site scripting attacks
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ogoedhlcgnlnfnbabfgnpebjlmcdfioj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/adst-anti-xss-protection/ogoedhlcgnlnfnbabfgnpebjlmcdfioj |
คำอธิบาย | A tool for protecting you from reflected type of cross site scripting attacks |
ขนาดไฟล์ | 53.94 KB |
จำนวนการติดตั้ง | 182 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2015-09-05 |
วันที่เผยแพร่ | 2015-09-05 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Alireza Akhtari |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | http://ashiyane.org/forums |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ADST Anti XSS Protection", "description": "A tool for protecting you from reflected type of cross site scripting attacks", "author": "Alireza Akhtari", "manifest_version": 2, "version": "0.1", "background": { "scripts": [ "jquery.js", "protect.js" ] }, "browser_action": { "default_icon": { "32": "img\/icon-32.png", "128": "img\/icon-128.png" }, "default_title": "XSS protection", "default_popup": "popup.html" }, "icons": { "128": "img\/icon-128.png", "32": "img\/icon-32.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webRequest", "webRequestBlocking", "storage" ] } |