NoClickjack

Shows clickjack attempts and displays CryptoColor® indicator when enabled

Qu'est-ce que NoClickjack ?

NoClickjack est une extension Chrome développée par SFT Keystroke Protection, et sa fonction principale est "Shows clickjack attempts and displays CryptoColor® indicator when enabled".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension NoClickjack

Téléchargez les fichiers d'extension NoClickjack au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom NoClickjack NoClickjack
ID ljkbghpfokmghicbbbemglhflkmjampc
URL Officiel https://chromewebstore.google.com/detail/noclickjack/ljkbghpfokmghicbbbemglhflkmjampc
Description Shows clickjack attempts and displays CryptoColor® indicator when enabled
Taille du Fichier 94.72 KB
Nombre d'Installations 2,955
Version Actuelle 2022.7.6.1
Dernière Mise à Jour 2022-08-11
Date de Publication 2019-04-23
Évaluation 3.56/5 Total 9 Évaluations
Développeur SFT Keystroke Protection
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://www.strikeforcecpg.com/privacy
Langues Prises en Charge 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": []
}