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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    ]
}