ADST Anti XSS Protection

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

What is ADST Anti XSS Protection?

ADST Anti XSS Protection is a Chrome extension developed by Alireza Akhtari, and its main feature is "A tool for protecting you from reflected type of cross site scripting attacks".

Extension Screenshots

screenshot
screenshot

Download ADST Anti XSS Protection Extension CRX File

Download ADST Anti XSS Protection extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name ADST Anti XSS Protection ADST Anti XSS Protection
ID ogoedhlcgnlnfnbabfgnpebjlmcdfioj
Official URL https://chrome.google.com/webstore/detail/adst-anti-xss-protection/ogoedhlcgnlnfnbabfgnpebjlmcdfioj
Description A tool for protecting you from reflected type of cross site scripting attacks
File Size 53.94 KB
Installation Count 182
Current Version 0.1
Last Updated 2015-09-05
Publish Date 2015-09-05
Rating 5.00/5 Total 2 Ratings
Developer Alireza Akhtari
Payment Type free
Help Page URL http://ashiyane.org/forums
Supported Languages 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"
    ]
}