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คืออะไร?

Keylogging and Send Data เป็นส่วนขยายของ Chrome ที่พัฒนาโดย justfortestingjft และคุณลักษณะหลักของมันคือ "A keylogger, saves form ids,saves all keylogs and you can select text and by clicking can share data via gmail."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Keylogging and Send Data

ดาวน์โหลดไฟล์ส่วนขยาย Keylogging and Send Data ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Keylogging and Send Data Keylogging and Send Data
ID dnkoojdpknekhelendplnakmggonipnp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/keylogging-and-send-data/dnkoojdpknekhelendplnakmggonipnp
คำอธิบาย A keylogger, saves form ids,saves all keylogs and you can select text and by clicking can share data via gmail.
ขนาดไฟล์ 347 KB
จำนวนการติดตั้ง 271
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-05-28
วันที่เผยแพร่ 2022-05-28
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา justfortestingjft
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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\/*"
    ]
}