Human Typing Simulation

Human Typing Simulation

什么是Human Typing Simulation?

Human Typing Simulation是由https://adspower.com开发的Chrome扩展程序,该扩展的主要功能是“Human Typing Simulation”。

扩展截图

screenshot
screenshot

下载Human Typing Simulation扩展crx文件

下载Human Typing Simulation扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Human Typing Simulation Human Typing Simulation
ID gcaiimgaiohlnlflkjjmcohobkpbbnfi
官方URL https://chromewebstore.google.com/detail/human-typing-simulation/gcaiimgaiohlnlflkjjmcohobkpbbnfi
简介 Human Typing Simulation
文件大小 18.25 KB
安装次数 1,206
当前版本 0.4.2
更新时间 2023-10-23
上架时间 2023-07-27
评分 5.00/5 共1次评分
开发者 https://adspower.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.adspower.net/?code=cdyhqt&source=autopaste
隐私政策页面URL https://www.adspower.com/privacy-policy
支持的语言 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": "-"
        }
    }
}