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 |
电子邮箱 | [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": [ " |