Human Typing Simulation
Human Typing Simulation
Qu'est-ce que Human Typing Simulation ?
Human Typing Simulation est une extension Chrome développée par https://adspower.com, et sa fonction principale est "Human Typing Simulation".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Human Typing Simulation
Téléchargez les fichiers d'extension Human Typing Simulation au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Human Typing Simulation |
ID | gcaiimgaiohlnlflkjjmcohobkpbbnfi |
URL Officiel | https://chromewebstore.google.com/detail/human-typing-simulation/gcaiimgaiohlnlflkjjmcohobkpbbnfi |
Description | Human Typing Simulation |
Taille du Fichier | 18.25 KB |
Nombre d'Installations | 1,206 |
Version Actuelle | 0.4.2 |
Dernière Mise à Jour | 2023-10-23 |
Date de Publication | 2023-07-27 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://adspower.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.adspower.net/?code=cdyhqt&source=autopaste |
URL de la Page de Politique de Confidentialité | https://www.adspower.com/privacy-policy |
Langues Prises en Charge | 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": "-" } } } |