NoClickjack

Shows clickjack attempts and displays CryptoColor® indicator when enabled

Wat is NoClickjack?

NoClickjack is een Chrome-extensie ontwikkeld door SFT Keystroke Protection, en de belangrijkste functie is "Shows clickjack attempts and displays CryptoColor® indicator when enabled".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie NoClickjack

Download NoClickjack-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam NoClickjack NoClickjack
ID ljkbghpfokmghicbbbemglhflkmjampc
Officiële URL https://chromewebstore.google.com/detail/noclickjack/ljkbghpfokmghicbbbemglhflkmjampc
Beschrijving Shows clickjack attempts and displays CryptoColor® indicator when enabled
Bestandsgrootte 94.72 KB
Aantal Installaties 2,955
Huidige Versie 2022.7.6.1
Laatst Bijgewerkt 2022-08-11
Publicatiedatum 2019-04-23
Beoordeling 3.56/5 Totaal 9 Beoordelingen
Ontwikkelaar SFT Keystroke Protection
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina http://www.strikeforcecpg.com/privacy
Ondersteunde Talen 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": []
}