Keyboard History Recorder

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

Vad är Keyboard History Recorder?

Keyboard History Recorder är en Chrome-tillägg utvecklad av tackker, och dess huvudfunktion är "Keyboard History Recorder is an online Monitoring tool that helps you record the keystrokes".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Keyboard History Recorder-förlängningens CRX-fil

Ladda ner Keyboard History Recorder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Keyboard History Recorder Keyboard History Recorder
ID igbodamhgjohafcenbcljfegbipdfjpk
Officiell webbadress https://chromewebstore.google.com/detail/keyboard-history-recorder/igbodamhgjohafcenbcljfegbipdfjpk
Beskrivning Keyboard History Recorder is an online Monitoring tool that helps you record the keystrokes
Filstorlek 240 KB
Antal Installationer 3,139
Aktuell Version 2.1
Senast Uppdaterad 2023-10-04
Publiceringsdatum 2021-02-06
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare tackker
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}