ADST Anti XSS Protection

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

Wat is ADST Anti XSS Protection?

ADST Anti XSS Protection is een Chrome-extensie ontwikkeld door Alireza Akhtari, en de belangrijkste functie is "A tool for protecting you from reflected type of cross site scripting attacks".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie ADST Anti XSS Protection

Download ADST Anti XSS Protection-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam ADST Anti XSS Protection ADST Anti XSS Protection
ID ogoedhlcgnlnfnbabfgnpebjlmcdfioj
Officiële URL https://chrome.google.com/webstore/detail/adst-anti-xss-protection/ogoedhlcgnlnfnbabfgnpebjlmcdfioj
Beschrijving A tool for protecting you from reflected type of cross site scripting attacks
Bestandsgrootte 53.94 KB
Aantal Installaties 182
Huidige Versie 0.1
Laatst Bijgewerkt 2015-09-05
Publicatiedatum 2015-09-05
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Alireza Akhtari
Betalingswijze free
Help Pagina-URL http://ashiyane.org/forums
Ondersteunde Talen 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"
    ]
}