OP Auto Clicker

A full-fledged autoclicker

Wat is OP Auto Clicker?

OP Auto Clicker is een Chrome-extensie ontwikkeld door mousetool, en de belangrijkste functie is "A full-fledged autoclicker".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie OP Auto Clicker

Download OP Auto Clicker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam OP Auto Clicker OP Auto Clicker
ID kpmbpdpbjjadabknommjfphilmecebab
Officiële URL https://chromewebstore.google.com/detail/op-auto-clicker/kpmbpdpbjjadabknommjfphilmecebab
Beschrijving A full-fledged autoclicker
Bestandsgrootte 11.27 KB
Aantal Installaties 155,671
Huidige Versie 0.1.4
Laatst Bijgewerkt 2023-04-20
Publicatiedatum 2023-04-13
Beoordeling 2.00/5 Totaal 82 Beoordelingen
Ontwikkelaar mousetool
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.opautoclicker.com
Help Pagina-URL https://www.opautoclicker.com
URL van de Privacybeleid Pagina https://opautoclicker.com/privacy-policy
Ondersteunde Talen 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"
            ]
        }
    ]
}