Keylogging and Send Data

A keylogger, saves form ids,saves all keylogs and you can select text and by clicking can share data via gmail.

Cos'è Keylogging and Send Data?

Keylogging and Send Data è un'estensione di Chrome sviluppata da justfortestingjft, e la sua funzione principale è "A keylogger, saves form ids,saves all keylogs and you can select text and by clicking can share data via gmail.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Keylogging and Send Data

Scarica i file di estensione Keylogging and Send Data 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

                        It store keylogs, all keys pressed on which websites ,remove words from web page like (jeans, shoe, cream and coronavirus) ,you can delete keylogs by selecting date. This extension can be used as a parental  control. You can also select text on any web page and on click by selecting options from contextmenu by selecting delete in one click, we can share selected text via mail(sender id would be logged in id by default and receiver's id given in code of extension by default)                    

Informazioni di Base sull'Estensione

Nome Keylogging and Send Data Keylogging and Send Data
ID dnkoojdpknekhelendplnakmggonipnp
URL Ufficiale https://chromewebstore.google.com/detail/keylogging-and-send-data/dnkoojdpknekhelendplnakmggonipnp
Descrizione A keylogger, saves form ids,saves all keylogs and you can select text and by clicking can share data via gmail.
Dimensione del File 347 KB
Conteggio Installazioni 271
Versione Corrente 1.0
Ultimo Aggiornamento 2022-05-28
Data di Pubblicazione 2022-05-28
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore justfortestingjft
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": " Keylogging and Send Data",
    "version": "1.0",
    "manifest_version": 3,
    "description": "A keylogger, saves form ids,saves all keylogs and you can select text and by clicking can share data via gmail.",
    "options_page": "js\/options\/index.html",
    "background": {
        "service_worker": "main.js"
    },
    "permissions": [
        "scripting",
        "storage",
        "unlimitedStorage",
        "tabs",
        "contextMenus",
        "activeTab"
    ],
    "host_permissions": [
        "",
        "https:\/\/mail.google.com\/*"
    ]
}