Human Typing Simulation
Human Typing Simulation
Human Typing Simulationとは何ですか?
Human Typing Simulationはhttps://adspower.comによって開発されたChromeの拡張機能で、その主な機能は「Human Typing Simulation」です。
拡張機能のスクリーンショット
Human Typing Simulation拡張機能のCRXファイルをダウンロード
Human Typing Simulation拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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": "-" } } } |