ClickTornado

ClickTornado Clicks an element in a given time interval continuously. Just enter element's Xpath & time to auto click.

ClickTornado क्या है?

ClickTornado Nishant Chopra द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ClickTornado Clicks an element in a given time interval continuously. Just enter element's Xpath & time to auto click."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ClickTornado एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक 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": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "manifest_version": 3
}