ADST Anti XSS Protection

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

Was ist ADST Anti XSS Protection?

ADST Anti XSS Protection ist eine Chrome-Erweiterung, die von Alireza Akhtari entwickelt wurde, und ihr Hauptmerkmal ist "A tool for protecting you from reflected type of cross site scripting attacks".

Erweiterungsscreenshots

screenshot
screenshot

ADST Anti XSS Protection-Erweiterungs-CRX-Datei herunterladen

Laden Sie ADST Anti XSS Protection-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name ADST Anti XSS Protection ADST Anti XSS Protection
ID ogoedhlcgnlnfnbabfgnpebjlmcdfioj
Offizielle URL https://chrome.google.com/webstore/detail/adst-anti-xss-protection/ogoedhlcgnlnfnbabfgnpebjlmcdfioj
Beschreibung A tool for protecting you from reflected type of cross site scripting attacks
Dateigröße 53.94 KB
Installationsanzahl 182
Aktuelle Version 0.1
Letztes Update 2015-09-05
Veröffentlichungsdatum 2015-09-05
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Alireza Akhtari
Zahlungsart free
Hilfeseite URL http://ashiyane.org/forums
Unterstützte Sprachen 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"
    ]
}