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是由Alireza Akhtari开发的Chrome扩展程序,该扩展的主要功能是“A tool for protecting you from reflected type of cross site scripting attacks”。

扩展截图

screenshot
screenshot

下载ADST Anti XSS Protection扩展crx文件

下载ADST Anti XSS Protection扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A tool for protecting you from reflected type of cross site scripting attacks                    

扩展基本信息

名称 ADST Anti XSS Protection ADST Anti XSS Protection
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"
    ]
}