CSP Tester

This extension helps web masters to test web application behaviour with Content Security Policy version 2.0 implemented.

ما هو CSP Tester؟

CSP Tester هو إضافة Chrome تم تطويرها بواسطة oxdef، والميزة الرئيسية لها هي "This extension helps web masters to test web application behaviour with Content Security Policy version 2.0 implemented.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة CSP Tester

قم بتنزيل ملفات الامتداد CSP Tester بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension helps web masters to test web application functionality
with Content Security Policy (CSP) version 2.0 implemented.

Typical workflow looks like:

1. Open the extension window
2. Add into the URL Pattern a regular expression for the site that you want to test, for example *://yoursite.com/* (CSP Tester uses Chrome Match Patterns)
3. Tick the e.g. "self" checkbox, check "Active" and Save the changes
4. Open the Developer Tools and navigate to the tested site
5. Confirm a number of CSP violations reported in the Developer Tools Console as well as possible visual changes
6. Make changes in the policy based on these reports                    

معلومات أساسية عن التمديد

الاسم CSP Tester CSP Tester
ID ehmipebdmhlmikaopdfoinmcjhhfadlf
عنوان URL الرسمي https://chromewebstore.google.com/detail/csp-tester/ehmipebdmhlmikaopdfoinmcjhhfadlf
الوصف This extension helps web masters to test web application behaviour with Content Security Policy version 2.0 implemented.
حجم الملف 16.61 KB
عدد التثبيتات 2,090
النسخة الحالية 2.1
آخر تحديث 2018-10-02
تاريخ النشر 2018-09-02
تقييم 3.71/5 مجموع تقييمات 7
المطور oxdef
نوع الدفع free
موقع الإضافة https://oxdef.info/csp-tester
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CSP Tester",
    "description": "This extension helps web masters to test web application behaviour with Content Security Policy version 2.0 implemented.",
    "version": "2.1",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "homepage_url": "https:\/\/oxdef.info\/csp-tester",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "45.0"
        }
    }
}