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.

Was ist Keylogging and Send Data?

Keylogging and Send Data ist eine Chrome-Erweiterung, die von justfortestingjft entwickelt wurde, und ihr Hauptmerkmal ist "A keylogger, saves form ids,saves all keylogs and you can select text and by clicking can share data via gmail.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Keylogging and Send Data-Erweiterungs-CRX-Datei herunterladen

Laden Sie Keylogging and Send Data-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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)                    

Grundlegende Informationen zur Erweiterung

Name Keylogging and Send Data Keylogging and Send Data
ID dnkoojdpknekhelendplnakmggonipnp
Offizielle URL https://chromewebstore.google.com/detail/keylogging-and-send-data/dnkoojdpknekhelendplnakmggonipnp
Beschreibung A keylogger, saves form ids,saves all keylogs and you can select text and by clicking can share data via gmail.
Dateigröße 347 KB
Installationsanzahl 271
Aktuelle Version 1.0
Letztes Update 2022-05-28
Veröffentlichungsdatum 2022-05-28
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler justfortestingjft
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}