OP Auto Clicker

A full-fledged autoclicker

什么是OP Auto Clicker?

OP Auto Clicker是由mousetool开发的Chrome扩展程序,该扩展的主要功能是“A full-fledged autoclicker”。

扩展截图

screenshot

下载OP Auto Clicker扩展crx文件

下载OP Auto Clicker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 OP Auto Clicker OP Auto Clicker
ID kpmbpdpbjjadabknommjfphilmecebab
官方URL https://chromewebstore.google.com/detail/op-auto-clicker/kpmbpdpbjjadabknommjfphilmecebab
简介 A full-fledged autoclicker
文件大小 11.27 KB
安装次数 155,671
当前版本 0.1.4
更新时间 2023-04-20
上架时间 2023-04-13
评分 2.00/5 共82次评分
开发者 mousetool
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.opautoclicker.com
帮助页面URL https://www.opautoclicker.com
隐私政策页面URL https://opautoclicker.com/privacy-policy
支持的语言 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"
            ]
        }
    ]
}