Human Typing Simulation

Human Typing Simulation

Hvad er Human Typing Simulation?

Human Typing Simulation er en Chrome-udvidelse udviklet af https://adspower.com, og dens hovedfunktion er "Human Typing Simulation".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Human Typing Simulation-udvidelses-CRX-fil

Download Human Typing Simulation-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Human Typing Simulation Human Typing Simulation
ID gcaiimgaiohlnlflkjjmcohobkpbbnfi
Officiel URL https://chromewebstore.google.com/detail/human-typing-simulation/gcaiimgaiohlnlflkjjmcohobkpbbnfi
Beskrivelse Human Typing Simulation
Filstørrelse 18.25 KB
Antal Installationer 1,206
Nuværende Version 0.4.2
Senest Opdateret 2023-10-23
Udgivelsesdato 2023-07-27
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://adspower.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.adspower.net/?code=cdyhqt&source=autopaste
URL til Fortrolighedspolitik Side https://www.adspower.com/privacy-policy
Understøttede Sprog 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": "-"
        }
    }
}