Human Typing Simulation
Human Typing Simulation
Was ist Human Typing Simulation?
Human Typing Simulation ist eine Chrome-Erweiterung, die von https://adspower.com entwickelt wurde, und ihr Hauptmerkmal ist "Human Typing Simulation".
Erweiterungsscreenshots
Human Typing Simulation-Erweiterungs-CRX-Datei herunterladen
Laden Sie Human Typing Simulation-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Human Typing Simulation |
ID | gcaiimgaiohlnlflkjjmcohobkpbbnfi |
Offizielle URL | https://chromewebstore.google.com/detail/human-typing-simulation/gcaiimgaiohlnlflkjjmcohobkpbbnfi |
Beschreibung | Human Typing Simulation |
Dateigröße | 18.25 KB |
Installationsanzahl | 1,206 |
Aktuelle Version | 0.4.2 |
Letztes Update | 2023-10-23 |
Veröffentlichungsdatum | 2023-07-27 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://adspower.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.adspower.net/?code=cdyhqt&source=autopaste |
URL der Datenschutzrichtlinien-Seite | https://www.adspower.com/privacy-policy |
Unterstützte Sprachen | 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": "-" } } } |