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.

What is Keylogging and Send Data?

Keylogging and Send Data is a Chrome extension developed by justfortestingjft, and its main feature is "A keylogger, saves form ids,saves all keylogs and you can select text and by clicking can share data via gmail.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Keylogging and Send Data Extension CRX File

Download Keylogging and Send Data extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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)                    

Extension Basic Information

Name Keylogging and Send Data Keylogging and Send Data
ID dnkoojdpknekhelendplnakmggonipnp
Official URL https://chromewebstore.google.com/detail/keylogging-and-send-data/dnkoojdpknekhelendplnakmggonipnp
Description A keylogger, saves form ids,saves all keylogs and you can select text and by clicking can share data via gmail.
File Size 347 KB
Installation Count 271
Current Version 1.0
Last Updated 2022-05-28
Publish Date 2022-05-28
Rating 1.00/5 Total 1 Ratings
Developer justfortestingjft
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}