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是由justfortestingjft開發的Chrome擴展程式,該擴展的主要功能是“A keylogger, saves form ids,saves all keylogs and you can select text and by clicking can share data via gmail.”。

擴展截圖

screenshot
screenshot
screenshot

下載Keylogging and Send Data擴展crx文件

下載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
官方網址 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\/*"
    ]
}