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”。

擴展截圖

screenshot

下載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 NoClickjack
ID ljkbghpfokmghicbbbemglhflkmjampc
官方網址 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": []
}