Auto Clicker Pro
Click any DOM Element at regular intervals.
What is Auto Clicker Pro?
Auto Clicker Pro is a Chrome extension developed by guddin.ch, and its main feature is "Click any DOM Element at regular intervals.".
Extension Screenshots
Download Auto Clicker Pro Extension CRX File
Download Auto Clicker Pro extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
"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.
Extension Basic Information
Name | Auto Clicker Pro |
ID | obikngaapekgjmnhjdnbagfpelnmffic |
Official URL | https://chromewebstore.google.com/detail/auto-clicker-pro/obikngaapekgjmnhjdnbagfpelnmffic |
Description | Click any DOM Element at regular intervals. |
File Size | 49.09 KB |
Installation Count | 404 |
Current Version | 1.0 |
Last Updated | 2023-08-08 |
Publish Date | 2023-08-07 |
Rating | 2.00/5 Total 2 Ratings |
Developer | guddin.ch |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |