Auto Clicker - AutoFill [BETA]

AutoFill input field or auto click button or link anything anywhere.You can configure and check click speed test

Auto Clicker - AutoFill [BETA] क्या है?

Auto Clicker - AutoFill [BETA] https://getautoclicker.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "AutoFill input field or auto click button or link anything anywhere.You can configure and check click speed test"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Auto Clicker - AutoFill [BETA] एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Welcome to Auto Clicker - AutoFill Beta for Chrome!

The stable version can be found here: https://chrome.google.com/extensions/detail/iapifmceeokikomajpccajhjpacjmibe

! ! ! Have question Chat on Discord : https://discord.gg/ubMBeX3

Fill input field or click button or link anything anywhere. easy configure in few steps and work like PRO

Auto click / Auto fill Beta is chrome extension developed with HTML, CSS, JavaScript. Quickly configure your job using XPath and work like PRO.

Please note: Beta version might and sometimes most probably will contain bugs ;)

Live on the bleeding edge: Try out our latest features. (They'll be rough around the edges!)

You can install Auto Clicker - AutoFill Beta alongside other channels of Auto Clicker - AutoFill for Chrome.

########################## Bugs ############################

Instead of giving a bad rating, please report bugs here:

https://github.com/Dhruv-Techapps/auto-click-auto-fill/issues

Give early feedback: Let us know what you think and help make Auto Clicker - AutoFill for Chrome a better extension.

####################### Change Log #########################

http://blog.getautoclicker.com/

################### Important Link #########################

✔ Official Site - http://getautoclicker.com/
✔ Wiki- http://getautoclicker.com/docs/
✔ Privacy Policy - https://dhruv-techapps.github.io/policy
✔ Donation - https://paypal.me/DharmeshH/25?_ga=1.267642062.1305492970.1507529951                    

एक्सटेंशन की मूल जानकारी

नाम Auto Clicker - AutoFill [BETA] Auto Clicker - AutoFill [BETA]
ID nmcpliniiebkbdehpgicgfcidgkpepep
आधिकारिक URL https://chromewebstore.google.com/detail/auto-clicker-autofill-bet/nmcpliniiebkbdehpgicgfcidgkpepep
विवरण AutoFill input field or auto click button or link anything anywhere.You can configure and check click speed test
फ़ाइल का आकार 299 KB
स्थापना संख्या 11,894
वर्तमान संस्करण 3.4.94
अंतिम अपडेट 2024-02-26
प्रकाशन तिथि 2020-01-23
रेटिंग 3.08/5 कुल 25 रेटिंग्स
डेवलपर https://getautoclicker.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://getautoclicker.com/
सहायता पृष्ठ URL https://getautoclicker.com/docs/3.x/getting-started/introduction/
गोपनीयता नीति पृष्ठ URL https://getautoclicker.com/policy
समर्थित भाषाएँ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Clicker - AutoFill [BETA]",
    "short_name": "Auto Clicker",
    "description": "AutoFill input field or auto click button or link anything anywhere.You can configure and check click speed test",
    "version": "3.4.94",
    "manifest_version": 3,
    "default_locale": "en",
    "permissions": [
        "storage",
        "notifications",
        "contextMenus",
        "activeTab",
        "identity",
        "alarms",
        "unlimitedStorage"
    ],
    "optional_host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "32": "assets\/icons\/icon32.png",
        "48": "assets\/icons\/icon48.png",
        "64": "assets\/icons\/icon64.png",
        "96": "assets\/icons\/icon96.png",
        "128": "assets\/icons\/icon128.png"
    },
    "action": {
        "default_icon": "assets\/icons\/icon64.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/status.min.css"
            ],
            "js": [
                "content_scripts.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/wizard-popup.min.css"
            ],
            "js": [
                "webcomponents\/webcomponents-bundle.js",
                "wizard-popup.js",
                "wizard.js"
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:*\/*",
            "https:\/\/*.getautoclicker.com\/*",
            "https:\/\/*.getdataentry.com\/*"
        ]
    },
    "oauth2": {
        "client_id": "533881758442-kue0e36fseq0ur6qfkngforg7cnpl6f8.apps.googleusercontent.com",
        "scopes": [
            ""
        ]
    },
    "sandbox": {
        "pages": [
            "html\/sandbox.html"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "css\/*",
                "html\/*",
                "*.js.map"
            ],
            "matches": [
                ""
            ]
        }
    ]
}