ADST Anti XSS Protection

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

Что такое ADST Anti XSS Protection?

ADST Anti XSS Protection - это расширение Chrome, разработанное Alireza Akhtari, и его основная функция - "A tool for protecting you from reflected type of cross site scripting attacks".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения ADST Anti XSS Protection

Скачайте файлы расширений ADST Anti XSS Protection в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название ADST Anti XSS Protection ADST Anti XSS Protection
ID ogoedhlcgnlnfnbabfgnpebjlmcdfioj
Официальный URL https://chrome.google.com/webstore/detail/adst-anti-xss-protection/ogoedhlcgnlnfnbabfgnpebjlmcdfioj
Описание A tool for protecting you from reflected type of cross site scripting attacks
Размер файла 53.94 KB
Количество установок 182
Текущая Версия 0.1
Последнее Обновление 2015-09-05
Дата публикации 2015-09-05
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Alireza Akhtari
Тип оплаты free
URL страницы помощи http://ashiyane.org/forums
Поддерживаемые языки 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"
    ]
}