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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

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                    

拡張機能の基本情報

名前 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
Eメール [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
    }
}