NoClickjack

Shows clickjack attempts and displays CryptoColor® indicator when enabled

Apa itu NoClickjack?

NoClickjack adalah ekstensi Chrome yang dikembangkan oleh SFT Keystroke Protection, dan fitur utamanya adalah "Shows clickjack attempts and displays CryptoColor® indicator when enabled".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi NoClickjack

Unduh file ekstensi NoClickjack dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama NoClickjack NoClickjack
ID ljkbghpfokmghicbbbemglhflkmjampc
URL Resmi https://chromewebstore.google.com/detail/noclickjack/ljkbghpfokmghicbbbemglhflkmjampc
Deskripsi Shows clickjack attempts and displays CryptoColor® indicator when enabled
Ukuran File 94.72 KB
Jumlah Instalasi 2,955
Versi Saat Ini 2022.7.6.1
Terakhir Diperbarui 2022-08-11
Tanggal Publikasi 2019-04-23
Penilaian 3.56/5 Total 9 Penilaian
Pengembang SFT Keystroke Protection
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi http://www.strikeforcecpg.com/privacy
Bahasa yang Didukung 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": []
}