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
官方網址 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"
    ]
}