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.

Keylogging and Send Data là gì?

Keylogging and Send Data là một tiện ích mở rộng Chrome được phát triển bởi justfortestingjft, và tính năng chính của nó là "A keylogger, saves form ids,saves all keylogs and you can select text and by clicking can share data via gmail.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Keylogging and Send Data

Tải xuống các tệp mở rộng Keylogging and Send Data dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Keylogging and Send Data Keylogging and Send Data
ID dnkoojdpknekhelendplnakmggonipnp
URL Chính Thức https://chromewebstore.google.com/detail/keylogging-and-send-data/dnkoojdpknekhelendplnakmggonipnp
Mô tả A keylogger, saves form ids,saves all keylogs and you can select text and by clicking can share data via gmail.
Kích Thước Tệp 347 KB
Số Lần Cài Đặt 271
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-05-28
Ngày Phát Hành 2022-05-28
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển justfortestingjft
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}