Keyboard History Recorder

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

Что такое Keyboard History Recorder?

Keyboard History Recorder - это расширение Chrome, разработанное tackker, и его основная функция - "Keyboard History Recorder is an online Monitoring tool that helps you record the keystrokes".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Keyboard History Recorder

Скачайте файлы расширений Keyboard History Recorder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Keyboard History Recorder Keyboard History Recorder
ID igbodamhgjohafcenbcljfegbipdfjpk
Официальный URL https://chromewebstore.google.com/detail/keyboard-history-recorder/igbodamhgjohafcenbcljfegbipdfjpk
Описание Keyboard History Recorder is an online Monitoring tool that helps you record the keystrokes
Размер файла 240 KB
Количество установок 3,139
Текущая Версия 2.1
Последнее Обновление 2023-10-04
Дата публикации 2021-02-06
Рейтинг 5.00/5 Всего 2 оценок
Разработчик tackker
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    ]
}