Keyboard History Recorder

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

Cos'è Keyboard History Recorder?

Keyboard History Recorder è un'estensione di Chrome sviluppata da tackker, e la sua funzione principale è "Keyboard History Recorder is an online Monitoring tool that helps you record the keystrokes".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Keyboard History Recorder

Scarica i file di estensione Keyboard History Recorder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Keyboard History Recorder Keyboard History Recorder
ID igbodamhgjohafcenbcljfegbipdfjpk
URL Ufficiale https://chromewebstore.google.com/detail/keyboard-history-recorder/igbodamhgjohafcenbcljfegbipdfjpk
Descrizione Keyboard History Recorder is an online Monitoring tool that helps you record the keystrokes
Dimensione del File 240 KB
Conteggio Installazioni 3,139
Versione Corrente 2.1
Ultimo Aggiornamento 2023-10-04
Data di Pubblicazione 2021-02-06
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore tackker
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}