Auto Clicker Pro
Click any DOM Element at regular intervals.
Qu'est-ce que Auto Clicker Pro ?
Auto Clicker Pro est une extension Chrome développée par guddin.ch, et sa fonction principale est "Click any DOM Element at regular intervals.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Auto Clicker Pro
Téléchargez les fichiers d'extension Auto Clicker Pro au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
"Auto Clicker Pro" is a Chrome extension that automates clicking on DOM elements at specified intervals, supporting different element selectors and even clicks inside iframes. Simplify repetitive tasks and streamline web interactions effortlessly with this powerful and user-friendly tool.
Informations de Base sur l'Extension
Nom | Auto Clicker Pro |
ID | obikngaapekgjmnhjdnbagfpelnmffic |
URL Officiel | https://chromewebstore.google.com/detail/auto-clicker-pro/obikngaapekgjmnhjdnbagfpelnmffic |
Description | Click any DOM Element at regular intervals. |
Taille du Fichier | 49.09 KB |
Nombre d'Installations | 404 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2023-08-08 |
Date de Publication | 2023-08-07 |
Évaluation | 2.00/5 Total 2 Évaluations |
Développeur | guddin.ch |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Auto Clicker Pro", "version": "1.0", "description": "Click any DOM Element at regular intervals.", "permissions": [ "storage", "tabs", "scripting", "activeTab" ], "action": { "default_popup": "popup.html", "default_icon": "icons\/icon.png" }, "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" } } |