Auto Clicker

Automate Clicks

Auto Clicker क्या है?

Auto Clicker https://autoclicker.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automate Clicks"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Auto Clicker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}