NoClickjack
Shows clickjack attempts and displays CryptoColor® indicator when enabled
Cos'è NoClickjack?
NoClickjack è un'estensione di Chrome sviluppata da SFT Keystroke Protection, e la sua funzione principale è "Shows clickjack attempts and displays CryptoColor® indicator when enabled".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NoClickjack
Scarica i file di estensione NoClickjack in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | ljkbghpfokmghicbbbemglhflkmjampc |
| URL Ufficiale | https://chromewebstore.google.com/detail/noclickjack/ljkbghpfokmghicbbbemglhflkmjampc |
| Descrizione | Shows clickjack attempts and displays CryptoColor® indicator when enabled |
| Dimensione del File | 94.72 KB |
| Conteggio Installazioni | 2,955 |
| Versione Corrente | 2022.7.6.1 |
| Ultimo Aggiornamento | 2022-08-11 |
| Data di Pubblicazione | 2019-04-23 |
| Valutazione | 3.56/5 Totale 9 Valutazioni |
| Sviluppatore | SFT Keystroke Protection |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | http://www.strikeforcecpg.com/privacy |
| Lingue Supportate | 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": []
} | |