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
官方網址 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": "-"
        }
    }
}