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