NoClickjack
Shows clickjack attempts and displays CryptoColor® indicator when enabled
NoClickjackとは何ですか?
NoClickjackはSFT Keystroke Protectionによって開発されたChromeの拡張機能で、その主な機能は「Shows clickjack attempts and displays CryptoColor® indicator when enabled」です。
拡張機能のスクリーンショット
NoClickjack拡張機能のCRXファイルをダウンロード
NoClickjack拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
NoClickjack: A browser extension
NoClickjack helps uncover Clickjacking attacks.
This extension will expose transparent Clickjack overlays, keeping your sessions safe from hidden threats.
NoClickjack will also display CryptoColor® when compatible keystroke protection software is installed on the desktop. Check with StrikeForce partners for details. 拡張機能の基本情報
| 名前 | |
| ID | ljkbghpfokmghicbbbemglhflkmjampc |
| 公式URL | https://chromewebstore.google.com/detail/noclickjack/ljkbghpfokmghicbbbemglhflkmjampc |
| 説明 | Shows clickjack attempts and displays CryptoColor® indicator when enabled |
| ファイルサイズ | 94.72 KB |
| インストール数 | 2,955 |
| 現在のバージョン | 2022.7.6.1 |
| 最終更新日 | 2022-08-11 |
| 公開日 | 2019-04-23 |
| 評価 | 3.56/5 合計 9 レビュー |
| 開発者 | SFT Keystroke Protection |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | http://www.strikeforcecpg.com/privacy |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "NoClickjack",
"short_name": "NoClickjack",
"version": "2022.7.6.1",
"author": "StrikeForce Technologies, Inc.",
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"96": "Icons\/MainIcon.png"
},
"default_title": "NoClickjack",
"default_popup": "popup.html"
},
"homepage_url": "https:\/\/www.strikeforcetech.com\/",
"web_accessible_resources": [
{
"resources": [
"Icons\/MainIcon.png"
],
"matches": [
"*:\/\/*\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"content_scripts": [
{
"matches": [
"*:\/\/*\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.js"
],
"all_frames": true,
"match_about_blank": true
}
],
"description": "Shows clickjack attempts and displays CryptoColor\u00ae indicator when enabled",
"icons": {
"96": "Icons\/MainIcon.png"
},
"permissions": []
} | |