Human Typing Simulation
Human Typing Simulation
Human Typing Simulation란 무엇입니까?
Human Typing Simulation은(는) https://adspower.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Human Typing Simulation"입니다.
확장 프로그램 스크린샷
Human Typing Simulation 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
ID | gcaiimgaiohlnlflkjjmcohobkpbbnfi |
공식 URL | 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": "-" } } } |