ADST Anti XSS Protection

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

Hvad er ADST Anti XSS Protection?

ADST Anti XSS Protection er en Chrome-udvidelse udviklet af Alireza Akhtari, og dens hovedfunktion er "A tool for protecting you from reflected type of cross site scripting attacks".

Udvidelsesskærmbilleder

screenshot
screenshot

Download ADST Anti XSS Protection-udvidelses-CRX-fil

Download ADST Anti XSS Protection-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn ADST Anti XSS Protection ADST Anti XSS Protection
ID ogoedhlcgnlnfnbabfgnpebjlmcdfioj
Officiel URL https://chrome.google.com/webstore/detail/adst-anti-xss-protection/ogoedhlcgnlnfnbabfgnpebjlmcdfioj
Beskrivelse A tool for protecting you from reflected type of cross site scripting attacks
Filstørrelse 53.94 KB
Antal Installationer 182
Nuværende Version 0.1
Senest Opdateret 2015-09-05
Udgivelsesdato 2015-09-05
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Alireza Akhtari
Betalingsmetode free
Hjælpeside-URL http://ashiyane.org/forums
Understøttede Sprog 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"
    ]
}