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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}