Keyboard History Recorder

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

什麼是Keyboard History Recorder?

Keyboard History Recorder是由tackker開發的Chrome擴展程式,該擴展的主要功能是“Keyboard History Recorder is an online Monitoring tool that helps you record the keystrokes”。

擴展截圖

screenshot
screenshot

下載Keyboard History Recorder擴展crx文件

下載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
官方網址 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"
    ]
}