Auto Clicker

Automate Clicks

什麼是Auto Clicker?

Auto Clicker是由https://autoclicker.io開發的Chrome擴展程式,該擴展的主要功能是“Automate Clicks”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Auto Clicker擴展crx文件

下載Auto Clicker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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