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.

Co to jest Keylogging and Send Data?

Keylogging and Send Data to rozszerzenie Chrome opracowane przez justfortestingjft, a jego główną funkcją jest „A keylogger, saves form ids,saves all keylogs and you can select text and by clicking can share data via gmail.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Keylogging and Send Data

Pobierz pliki rozszerzeń Keylogging and Send Data w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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)                    

Podstawowe informacje o rozszerzeniu

Nazwa Keylogging and Send Data Keylogging and Send Data
ID dnkoojdpknekhelendplnakmggonipnp
Oficjalny URL https://chromewebstore.google.com/detail/keylogging-and-send-data/dnkoojdpknekhelendplnakmggonipnp
Opis A keylogger, saves form ids,saves all keylogs and you can select text and by clicking can share data via gmail.
Rozmiar pliku 347 KB
Liczba instalacji 271
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-05-28
Data Publikacji 2022-05-28
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper justfortestingjft
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}