OP Auto Clicker

A full-fledged autoclicker

What is OP Auto Clicker?

OP Auto Clicker is a Chrome extension developed by mousetool, and its main feature is "A full-fledged autoclicker".

Extension Screenshots

screenshot

Download OP Auto Clicker Extension CRX File

Download OP Auto Clicker 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

                        Note: Only some web pages are supported, it is recommended to use client software.

A full-fledged autoclicker with two modes of autoclicking, at your dynamic cursor location or at a prespecified location. The maximum amounts of clicked can also be set (or left as infinite).

Hotkeys work in the background for convenience.                    

Extension Basic Information

Name OP Auto Clicker OP Auto Clicker
ID kpmbpdpbjjadabknommjfphilmecebab
Official URL https://chromewebstore.google.com/detail/op-auto-clicker/kpmbpdpbjjadabknommjfphilmecebab
Description A full-fledged autoclicker
File Size 11.27 KB
Installation Count 155,671
Current Version 0.1.4
Last Updated 2023-04-20
Publish Date 2023-04-13
Rating 2.00/5 Total 82 Ratings
Developer mousetool
Email [email protected]
Payment Type free
Extension Website https://www.opautoclicker.com
Help Page URL https://www.opautoclicker.com
Privacy Policy Page URL https://opautoclicker.com/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OP Auto Clicker",
    "description": "A full-fledged autoclicker",
    "version": "0.1.4",
    "action": {
        "default_popup": "popup.html",
        "default_title": "OP Auto Clicker"
    },
    "icons": {
        "16": "\/img\/ico.png",
        "32": "\/img\/ico.png",
        "48": "\/img\/ico.png",
        "128": "\/img\/ico.png"
    },
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*\/*",
                ""
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/common.js",
                "js\/AutoClicker.js",
                "js\/popup.js",
                "js\/content.js"
            ]
        }
    ]
}