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
Eメール [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"
            ]
        }
    ]
}