Security-Header-Extension
A Chrome Extension built to check the presence of embedded security headers.
Security-Header-Extensionとは何ですか?
Security-Header-ExtensionはACNS_cybersecurity_internsによって開発されたChromeの拡張機能で、その主な機能は「A Chrome Extension built to check the presence of embedded security headers.」です。
拡張機能のスクリーンショット
Security-Header-Extension拡張機能のCRXファイルをダウンロード
Security-Header-Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Developed by the ACNS Cybersecurity Internship Web team using modern web tools.
拡張機能の基本情報
名前 | Security-Header-Extension |
ID | nggplilppojikmgpmlecpcikpoiffinp |
公式URL | https://chromewebstore.google.com/detail/security-header-extension/nggplilppojikmgpmlecpcikpoiffinp |
説明 | A Chrome Extension built to check the presence of embedded security headers. |
ファイルサイズ | 510 KB |
インストール数 | 2,338 |
現在のバージョン | 6.2 |
最終更新日 | 2022-06-29 |
公開日 | 2020-03-26 |
評価 | 4.80/5 合計 5 レビュー |
開発者 | ACNS_cybersecurity_interns |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_popup": "index.html", "default_title": "Security-Header-Extension" }, "description": "A Chrome Extension built to check the presence of embedded security headers.", "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtj9FvUGF3+Wy3m65a1aU5ELPIWXFMk+ISbXie5iHCeKC+AIHsvnMRPWbKIt+1Kv3tqdAM2EnJRosmNGGosu5\/vml2bXEnMvibU07Mcv6aRqKELc\/RlCfS0cizMjWlNZlpLYvJuuy4p9wypash8H1RDiuRrnvF9C\/M5rmertPbl+wjRT1u4V8Fn9AEVayqWvEOZhEOK2blu9Ns9vpYqUyT6fnRt46Wiwl9G2mP5XSudNn9vh+QWQGvjA7z0UcTywzK9PWw1s2qXJyhq3UD482KYX8JVXQPF5THeb4\/6JoznJdeIbatVelnR5OG1gPfIz7Ewuffl859NqgoAsxVMs5rQIDAQAB", "manifest_version": 3, "name": "Security-Header-Extension", "permissions": [ "tabs" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "6.2" } |