Human Typing Simulation
Human Typing Simulation
O que é Human Typing Simulation?
Human Typing Simulation é uma extensão do Chrome desenvolvida por https://adspower.com, e sua principal característica é "Human Typing Simulation".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Human Typing Simulation
Baixe arquivos de extensão Human Typing Simulation no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Human Typing Simulation |
ID | gcaiimgaiohlnlflkjjmcohobkpbbnfi |
URL Oficial | https://chromewebstore.google.com/detail/human-typing-simulation/gcaiimgaiohlnlflkjjmcohobkpbbnfi |
Descrição | Human Typing Simulation |
Tamanho do Arquivo | 18.25 KB |
Contagem de Instalações | 1,206 |
Versão Atual | 0.4.2 |
Última Atualização | 2023-10-23 |
Data de Publicação | 2023-07-27 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://adspower.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.adspower.net/?code=cdyhqt&source=autopaste |
URL da Página de Política de Privacidade | https://www.adspower.com/privacy-policy |
Idiomas Suportados | 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": "-" } } } |