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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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