ADST Anti XSS Protection

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

Cos'è ADST Anti XSS Protection?

ADST Anti XSS Protection è un'estensione di Chrome sviluppata da Alireza Akhtari, e la sua funzione principale è "A tool for protecting you from reflected type of cross site scripting attacks".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione ADST Anti XSS Protection

Scarica i file di estensione ADST Anti XSS Protection in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome ADST Anti XSS Protection ADST Anti XSS Protection
ID ogoedhlcgnlnfnbabfgnpebjlmcdfioj
URL Ufficiale https://chrome.google.com/webstore/detail/adst-anti-xss-protection/ogoedhlcgnlnfnbabfgnpebjlmcdfioj
Descrizione A tool for protecting you from reflected type of cross site scripting attacks
Dimensione del File 53.94 KB
Conteggio Installazioni 182
Versione Corrente 0.1
Ultimo Aggiornamento 2015-09-05
Data di Pubblicazione 2015-09-05
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Alireza Akhtari
Tipo di Pagamento free
URL della Pagina di Aiuto http://ashiyane.org/forums
Lingue Supportate 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"
    ]
}