Human Typing Simulation
Human Typing Simulation
Human Typing Simulation là gì?
Human Typing Simulation là một tiện ích mở rộng Chrome được phát triển bởi https://adspower.com, và tính năng chính của nó là "Human Typing Simulation".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Human Typing Simulation
Tải xuống các tệp mở rộng Human Typing Simulation dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Human Typing Simulation |
ID | gcaiimgaiohlnlflkjjmcohobkpbbnfi |
URL Chính Thức | https://chromewebstore.google.com/detail/human-typing-simulation/gcaiimgaiohlnlflkjjmcohobkpbbnfi |
Mô tả | Human Typing Simulation |
Kích Thước Tệp | 18.25 KB |
Số Lần Cài Đặt | 1,206 |
Phiên Bản Hiện Tại | 0.4.2 |
Cập Nhật Lần Cuối | 2023-10-23 |
Ngày Phát Hành | 2023-07-27 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://adspower.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.adspower.net/?code=cdyhqt&source=autopaste |
URL Trang Chính Sách Bảo Mật | https://www.adspower.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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": "-" } } } |