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是由https://csper.io開發的Chrome擴展程式,該擴展的主要功能是“Automatically generate content security policy headers online for any website.”。
擴展截圖
下載Content Security Policy (CSP) Generator擴展crx文件
下載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 擴展基本資訊
| 名稱 | |
| ID | ahlnecfloencbkpfnpljbojmjkfgnmdc |
| 官方網址 | 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
}
} | |