CSP Evaluator

CSP Evaluator is a tool that allows developers to check if a Content Security Policy (CSP) serves as mitigation against XSS attacks.

CSP Evaluatorคืออะไร?

CSP Evaluator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lukas Weichselbaum และคุณลักษณะหลักของมันคือ "CSP Evaluator is a tool that allows developers to check if a Content Security Policy (CSP) serves as mitigation against XSS attacks."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CSP Evaluator

ดาวน์โหลดไฟล์ส่วนขยาย CSP Evaluator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        CSP Evaluator is a small tool that allows developers and security experts to check if a Content Security Policy (CSP) serves as a strong mitigation against cross-site scripting attacks. Reviewing CSP policies is usually a very manual process and most developers are not aware of CSP bypasses. 
CSP Evaluator checks are based on a large-scale empirical study and are aimed to help developers to harden their CSP. This tool is provided only for the convenience of developers and Google provides no guarantees or warranties for this tool.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CSP Evaluator CSP Evaluator
ID fjohamlofnakbnbfjkohkbdigoodcejf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/csp-evaluator/fjohamlofnakbnbfjkohkbdigoodcejf
คำอธิบาย CSP Evaluator is a tool that allows developers to check if a Content Security Policy (CSP) serves as mitigation against XSS attacks.
ขนาดไฟล์ 302 KB
จำนวนการติดตั้ง 24,197
เวอร์ชันปัจจุบัน 0.2.1
อัปเดตครั้งล่าสุด 2020-11-20
วันที่เผยแพร่ 2020-04-16
คะแนน 3.21/5 รวมทั้งหมด 24 คะแนน
ผู้พัฒนา Lukas Weichselbaum
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://csp-evaluator.withgoogle.com
URL หน้าช่วยเหลือ https://csp.withgoogle.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "resources\/icon-grey.png",
        "default_popup": "app.html"
    },
    "description": "CSP Evaluator is a tool that allows developers to check if a Content Security Policy (CSP) serves as mitigation against XSS attacks.",
    "icons": {
        "128": "resources\/icon128.png",
        "16": "resources\/icon16.png",
        "48": "resources\/icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxTdUrnDTdQe6lGka\/IE62s\/+41don\/T6yFYZhU78nkuyqElw5iWij+0vd+RpEyaGw3Gvr3bvg7q+6PJDnGiNuEmrK+1JjSlBjRmZacVl+T2\/+bescjwY9VYuIdE6m\/4ZRoiixuEyZbxboGeNQRPTH7Nr8NNarDZd6sMIS9utX5WxLKvE6WUMAJrMS5rdCrfZz+LGKcJJFgvPnA5l+wu6jkn9LTjRWmggXLDOKP0emtIngzPrbQIpeM1nRBxXWgrHNjnLzxo0TOFr5LdmgjJXi8\/ruWga9vohOnBcwR5bEncKt0K5aSHJ2TN+lrnszQHydK15XWJyC7Y1tpwoiNoSdQIDAQAB",
    "manifest_version": 2,
    "minimum_chrome_version": "52",
    "name": "CSP Evaluator",
    "permissions": [
        "activeTab",
        "storage",
        "webRequest",
        "*:\/\/*\/*"
    ],
    "short_name": "CSP Evaluator",
    "version": "0.2.1",
    "web_accessible_resources": []
}