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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [] } |