ADST Anti XSS Protection

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

Qu'est-ce que ADST Anti XSS Protection ?

ADST Anti XSS Protection est une extension Chrome développée par Alireza Akhtari, et sa fonction principale est "A tool for protecting you from reflected type of cross site scripting attacks".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension ADST Anti XSS Protection

Téléchargez les fichiers d'extension ADST Anti XSS Protection au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom ADST Anti XSS Protection ADST Anti XSS Protection
ID ogoedhlcgnlnfnbabfgnpebjlmcdfioj
URL Officiel 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
Taille du Fichier 53.94 KB
Nombre d'Installations 182
Version Actuelle 0.1
Dernière Mise à Jour 2015-09-05
Date de Publication 2015-09-05
Évaluation 5.00/5 Total 2 Évaluations
Développeur Alireza Akhtari
Type de Paiement free
URL de la Page d'Aide http://ashiyane.org/forums
Langues Prises en Charge 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"
    ]
}