Keyboard History Recorder

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

O que é Keyboard History Recorder?

Keyboard History Recorder é uma extensão do Chrome desenvolvida por tackker, e sua principal característica é "Keyboard History Recorder is an online Monitoring tool that helps you record the keystrokes".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Keyboard History Recorder

Baixe arquivos de extensão Keyboard History Recorder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Keyboard History Recorder Keyboard History Recorder
ID igbodamhgjohafcenbcljfegbipdfjpk
URL Oficial https://chromewebstore.google.com/detail/keyboard-history-recorder/igbodamhgjohafcenbcljfegbipdfjpk
Descrição Keyboard History Recorder is an online Monitoring tool that helps you record the keystrokes
Tamanho do Arquivo 240 KB
Contagem de Instalações 3,139
Versão Atual 2.1
Última Atualização 2023-10-04
Data de Publicação 2021-02-06
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor tackker
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}