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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/*"
    ]
}