ADST Anti XSS Protection

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

O que é ADST Anti XSS Protection?

ADST Anti XSS Protection é uma extensão do Chrome desenvolvida por Alireza Akhtari, e sua principal característica é "A tool for protecting you from reflected type of cross site scripting attacks".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão ADST Anti XSS Protection

Baixe arquivos de extensão ADST Anti XSS Protection no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome ADST Anti XSS Protection ADST Anti XSS Protection
ID ogoedhlcgnlnfnbabfgnpebjlmcdfioj
URL Oficial https://chrome.google.com/webstore/detail/adst-anti-xss-protection/ogoedhlcgnlnfnbabfgnpebjlmcdfioj
Descrição A tool for protecting you from reflected type of cross site scripting attacks
Tamanho do Arquivo 53.94 KB
Contagem de Instalações 182
Versão Atual 0.1
Última Atualização 2015-09-05
Data de Publicação 2015-09-05
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Alireza Akhtari
Tipo de Pagamento free
URL da Página de Ajuda http://ashiyane.org/forums
Idiomas Suportados 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"
    ]
}