OP Auto Clicker

A full-fledged autoclicker

OP Auto Clicker란 무엇입니까?

OP Auto Clicker은(는) mousetool에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A full-fledged autoclicker"입니다.

확장 프로그램 스크린샷

screenshot

OP Auto Clicker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}