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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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