ClickTornado
ClickTornado Clicks an element in a given time interval continuously. Just enter element's Xpath & time to auto click.
ClickTornadoとは何ですか?
ClickTornadoはNishant Chopraによって開発されたChromeの拡張機能で、その主な機能は「ClickTornado Clicks an element in a given time interval continuously. Just enter element's Xpath & time to auto click.」です。
拡張機能のスクリーンショット
ClickTornado拡張機能のCRXファイルをダウンロード
ClickTornado拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The ClickTornado gives you freedom to continue click on up-to 10 different individual elements. You get the individual control for all the sets including Group Control Button like START, STOP and RESET. Which allows you to perform action on all the active sets in just one click. The ClickTornado works even you refresh the page OR change the tab. So just provide the input as Xpath of the element you want to click on and the time interval for that click(second/milliseconds). You can see the status of each set if it is running OR Paused. You can check the video How to get the Xpath of an element here: https://www.youtube.com/watch?v=7MElEBgfwVg
拡張機能の基本情報
名前 | ClickTornado |
ID | aacmbhogpgmfmafdpgmibhpgngbiijfn |
公式URL | https://chromewebstore.google.com/detail/clicktornado/aacmbhogpgmfmafdpgmibhpgngbiijfn |
説明 | ClickTornado Clicks an element in a given time interval continuously. Just enter element's Xpath & time to auto click. |
ファイルサイズ | 785 KB |
インストール数 | 65 |
現在のバージョン | 1.0 |
最終更新日 | 2022-04-19 |
公開日 | 2022-04-18 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Nishant Chopra |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ClickTornado", "version": "1.0", "description": "ClickTornado Clicks an element in a given time interval continuously. Just enter element's Xpath & time to auto click.", "permissions": [ "activeTab", "storage" ], "action": { "scripts": [ "popup.js" ], "default_title": "ClickTornado", "default_icon": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" }, "default_popup": "popup.html" }, "icons": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" }, "content_scripts": [ { "matches": [ " |