NoClickjack

Shows clickjack attempts and displays CryptoColor® indicator when enabled

What is NoClickjack?

NoClickjack is a Chrome extension developed by SFT Keystroke Protection, and its main feature is "Shows clickjack attempts and displays CryptoColor® indicator when enabled".

Extension Screenshots

screenshot

Download NoClickjack Extension CRX File

Download NoClickjack extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name NoClickjack NoClickjack
ID ljkbghpfokmghicbbbemglhflkmjampc
Official URL https://chromewebstore.google.com/detail/noclickjack/ljkbghpfokmghicbbbemglhflkmjampc
Description Shows clickjack attempts and displays CryptoColor® indicator when enabled
File Size 94.72 KB
Installation Count 2,955
Current Version 2022.7.6.1
Last Updated 2022-08-11
Publish Date 2019-04-23
Rating 3.56/5 Total 9 Ratings
Developer SFT Keystroke Protection
Email [email protected]
Payment Type free
Privacy Policy Page URL http://www.strikeforcecpg.com/privacy
Supported Languages 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": []
}