Human Typing Simulation

Human Typing Simulation

What is Human Typing Simulation?

Human Typing Simulation is a Chrome extension developed by https://adspower.com, and its main feature is "Human Typing Simulation".

Extension Screenshots

screenshot
screenshot

Download Human Typing Simulation Extension CRX File

Download Human Typing Simulation extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        paste text from the clipboard, as if someone is typing

This powerful extension mimics human typing for fast and easy clipboard paste into fields in the browser, which helps simulate human behaviour and avoid fingerpringting.

Key features:‒ Simulate keyboard input, including single characters, strings, numbers, symbols, etc. ‒ Random typing speed to make the input look more real.‒ Trigger keyboard key events, including keyboard input, mouse clicks, window switching, etc.

An easy-to-use tool.                    

Extension Basic Information

Name Human Typing Simulation Human Typing Simulation
ID gcaiimgaiohlnlflkjjmcohobkpbbnfi
Official URL https://chromewebstore.google.com/detail/human-typing-simulation/gcaiimgaiohlnlflkjjmcohobkpbbnfi
Description Human Typing Simulation
File Size 18.25 KB
Installation Count 1,206
Current Version 0.4.2
Last Updated 2023-10-23
Publish Date 2023-07-27
Rating 5.00/5 Total 1 Ratings
Developer https://adspower.com
Email [email protected]
Payment Type free
Extension Website https://www.adspower.net/?code=cdyhqt&source=autopaste
Privacy Policy Page URL https://www.adspower.com/privacy-policy
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.4.2",
    "manifest_version": 3,
    "default_locale": "en",
    "short_name": "paste-auto",
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "permissions": [
        "activeTab",
        "contextMenus",
        "scripting",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.adspower.net\/*"
    ],
    "homepage_url": "https:\/\/www.adspower.net",
    "background": {
        "service_worker": "libs\/background.js"
    },
    "icons": {
        "128": "img\/icon_128.png",
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png"
    },
    "commands": {
        "paste_auto": {
            "suggested_key": {
                "windows": "Alt+P",
                "mac": "Alt+Shift+F"
            },
            "description": "-"
        }
    }
}