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"
    ]
}