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.”。

擴展截圖

screenshot
screenshot

下載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 ClickTornado
ID aacmbhogpgmfmafdpgmibhpgngbiijfn
官方網址 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": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "manifest_version": 3
}