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.

Hvad er Keylogging and Send Data?

Keylogging and Send Data er en Chrome-udvidelse udviklet af justfortestingjft, og dens hovedfunktion er "A keylogger, saves form ids,saves all keylogs and you can select text and by clicking can share data via gmail.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Keylogging and Send Data-udvidelses-CRX-fil

Download Keylogging and Send Data-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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)                    

Grundlæggende oplysninger om udvidelsen

Navn Keylogging and Send Data Keylogging and Send Data
ID dnkoojdpknekhelendplnakmggonipnp
Officiel URL https://chromewebstore.google.com/detail/keylogging-and-send-data/dnkoojdpknekhelendplnakmggonipnp
Beskrivelse A keylogger, saves form ids,saves all keylogs and you can select text and by clicking can share data via gmail.
Filstørrelse 347 KB
Antal Installationer 271
Nuværende Version 1.0
Senest Opdateret 2022-05-28
Udgivelsesdato 2022-05-28
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler justfortestingjft
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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\/*"
    ]
}