Auto Clicker

Automate Clicks

Auto Clicker란 무엇입니까?

Auto Clicker은(는) https://autoclicker.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automate Clicks"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        AutoClicker designed to automate repetitive clicking tasks. 

Perfect for testers, developers, avid gamers, and regular users, AutoClicker is your go-to tool for automated clicks.

For the gaming community, AutoClicker is a game-changer. Eliminate the need for continuous clicking in idle, incremental, or clicker games like minecraft and roblox. 

Alleviate the hand stress from intensive grinding in RPG games. With AutoClicker, set your custom click speed and tap, streamline your gameplay, achieve gaming objectives faster, and level up effortlessly. 

It's the best auto clicker for Chrome users looking to boost their gaming performance.

Key Features:

Gaming Advantage: Gain a significant advantage in your favorite clicker games, RPGs, and more. AutoClicker simulates super-fast clicks, providing a competitive edge.

Customizable Click Speeds: From leisurely to lightning-fast, customize your click speeds with our Chrome click automation tool.

Select Click Points: Guarantee precision with the ability to choose specific click points on your screen.

Auto Click Sequences: Automate complex tasks using pre-set click sequences, enhancing your efficiency in games and workflows.

Scheduled Clicking: Schedule your clicks for regular intervals, perfect for tasks requiring recurring actions.

User-Friendly Interface: Navigate AutoClicker's features with ease, thanks to its intuitive design.                    

확장 프로그램 기본 정보

이름 Auto Clicker Auto Clicker
ID idlepjdnhiagmieafhenbeaacbgiolde
공식 URL https://chromewebstore.google.com/detail/auto-clicker/idlepjdnhiagmieafhenbeaacbgiolde
설명 Automate Clicks
파일 크기 264 KB
설치 횟수 101,062
현재 버전 3.0
최근 업데이트 2023-07-02
출시 날짜 2022-01-20
평점 2.35/5 총 97 개의 평점
개발자 https://autoclicker.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://autoclicker.io/
도움말 페이지 URL https://autoclicker.io/support/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Clicker",
    "description": "Automate Clicks",
    "version": "3.0",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Auto Clicker"
    },
    "icons": {
        "16": "\/img\/icon-128.png",
        "32": "\/img\/icon-128.png",
        "48": "\/img\/icon-128.png",
        "128": "\/img\/icon-128.png"
    },
    "manifest_version": 3,
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/common.js",
                "js\/AutoClicker.js"
            ]
        }
    ]
}