ClickTornado

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

Was ist ClickTornado?

ClickTornado ist eine Chrome-Erweiterung, die von Nishant Chopra entwickelt wurde, und ihr Hauptmerkmal ist "ClickTornado Clicks an element in a given time interval continuously. Just enter element's Xpath & time to auto click.".

Erweiterungsscreenshots

screenshot
screenshot

ClickTornado-Erweiterungs-CRX-Datei herunterladen

Laden Sie ClickTornado-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name ClickTornado ClickTornado
ID aacmbhogpgmfmafdpgmibhpgngbiijfn
Offizielle URL https://chromewebstore.google.com/detail/clicktornado/aacmbhogpgmfmafdpgmibhpgngbiijfn
Beschreibung ClickTornado Clicks an element in a given time interval continuously. Just enter element's Xpath & time to auto click.
Dateigröße 785 KB
Installationsanzahl 65
Aktuelle Version 1.0
Letztes Update 2022-04-19
Veröffentlichungsdatum 2022-04-18
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Nishant Chopra
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}