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.
扩展基本信息
名称 | NoClickjack |
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 |
电子邮箱 | [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": [] } |