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