Keyboard History Recorder

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

Keyboard History Recorder क्या है?

Keyboard History Recorder tackker द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keyboard History Recorder is an online Monitoring tool that helps you record the keystrokes"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Keyboard History Recorder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}