Content Security Policy (CSP) Generator

Automatically generate content security policy headers online for any website.

Content Security Policy (CSP) Generatorคืออะไร?

Content Security Policy (CSP) Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://csper.io และคุณลักษณะหลักของมันคือ "Automatically generate content security policy headers online for any website."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Content Security Policy (CSP) Generator

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

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

                        Content Security Policy (CSP) Generator is a chrome extension for generating Content Security Policy headers on any website in minutes.

Built by: https://csper.io


--
Learn more about CSP:
https://csper.io/docs/content-security-policy
https://csper.io/docs/report-uri

Video Demo:
https://www.youtube.com/watch?v=6S8fl24001s

https://csper.io/generator
https://github.com/csper-io/csp-generator
https://csper.io                    

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

ชื่อ Content Security Policy (CSP) Generator Content Security Policy (CSP) Generator
ID ahlnecfloencbkpfnpljbojmjkfgnmdc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/content-security-policy-c/ahlnecfloencbkpfnpljbojmjkfgnmdc
คำอธิบาย Automatically generate content security policy headers online for any website.
ขนาดไฟล์ 698 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 0.6
อัปเดตครั้งล่าสุด 2020-03-30
วันที่เผยแพร่ 2020-03-30
คะแนน 4.10/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://csper.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://csper.io
URL หน้านโยบายความเป็นส่วนตัว https://csper.io/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Content Security Policy (CSP) Generator",
    "short_name": "CSP Generator",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "57.0"
        }
    },
    "version": "0.6",
    "description": "Automatically generate content security policy headers online for any website.",
    "icons": {
        "128": "assets\/csper_128.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "assets\/csper_128.png"
        },
        "default_title": "Content Security Policy (CSP) Generator",
        "default_popup": "index.html"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "webRequestBlocking",
        "webRequest",
        "tabs",
        "storage"
    ],
    "content_security_policy": "default-src 'self'; script-src 'self' blob: filesystem: 'unsafe-eval'; style-src 'unsafe-inline'; connect-src wss:\/\/csper.io wss:\/\/csper.club https:\/\/csper.io https:\/\/csper.club",
    "author": "Stuart Larsen",
    "homepage_url": "https:\/\/csper.io",
    "background": {
        "scripts": [
            ".\/background.js"
        ],
        "persistent": true
    }
}