ADST Anti XSS Protection
A tool for protecting you from reflected type of cross site scripting attacks
ADST Anti XSS Protection là gì?
ADST Anti XSS Protection là một tiện ích mở rộng Chrome được phát triển bởi Alireza Akhtari, và tính năng chính của nó là "A tool for protecting you from reflected type of cross site scripting attacks".
Ả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 ADST Anti XSS Protection
Tải xuống các tệp mở rộng ADST Anti XSS Protection 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
A tool for protecting you from reflected type of cross site scripting attacks
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ogoedhlcgnlnfnbabfgnpebjlmcdfioj |
URL Chính Thức | https://chrome.google.com/webstore/detail/adst-anti-xss-protection/ogoedhlcgnlnfnbabfgnpebjlmcdfioj |
Mô tả | A tool for protecting you from reflected type of cross site scripting attacks |
Kích Thước Tệp | 53.94 KB |
Số Lần Cài Đặt | 182 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2015-09-05 |
Ngày Phát Hành | 2015-09-05 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Alireza Akhtari |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | http://ashiyane.org/forums |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |