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
官方網址 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"
            ]
        }
    ]
}