ADST Anti XSS Protection

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

Apa itu ADST Anti XSS Protection?

ADST Anti XSS Protection adalah ekstensi Chrome yang dikembangkan oleh Alireza Akhtari, dan fitur utamanya adalah "A tool for protecting you from reflected type of cross site scripting attacks".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi ADST Anti XSS Protection

Unduh file ekstensi ADST Anti XSS Protection dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama ADST Anti XSS Protection ADST Anti XSS Protection
ID ogoedhlcgnlnfnbabfgnpebjlmcdfioj
URL Resmi https://chrome.google.com/webstore/detail/adst-anti-xss-protection/ogoedhlcgnlnfnbabfgnpebjlmcdfioj
Deskripsi A tool for protecting you from reflected type of cross site scripting attacks
Ukuran File 53.94 KB
Jumlah Instalasi 182
Versi Saat Ini 0.1
Terakhir Diperbarui 2015-09-05
Tanggal Publikasi 2015-09-05
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Alireza Akhtari
Tipe Pembayaran free
URL Halaman Bantuan http://ashiyane.org/forums
Bahasa yang Didukung 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"
    ]
}