WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Auto Clicker - AutoFill [DEV]

Auto Clicker - AutoFill [DEV]

View on Chrome Web Store
View Auto Clicker - AutoFill [DEV] Chrome Extension on Chrome Web Store
Add to bookmarks
3.0 (13 ratings)
1 views
This extension has been viewed 1 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

AutoFill input field or auto click button or link anything anywhere.You can configure and check click speed test
Type
Extension
Users
2,000 users
500
Dhruv Techapps
View author page of Dhruv Techapps
Published
Published on November 28, 2020
Version 4.0.47.3
Manifest version
3
Updated
Updated on August 22, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Auto Clicker - AutoFill [DEV] Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_EXT_NAME_DEV__",
    "short_name": "__MSG_EXT_SHORT_NAME__",
    "description": "__MSG_EXT_DESCRIPTION__",
    "version": "4.0.47.3",
    "manifest_version": 3,
    "default_locale": "en",
    "permissions": [
        "storage",
        "notifications",
        "contextMenus",
        "activeTab",
        "identity",
        "alarms",
        "unlimitedStorage",
        "scripting",
        "userScripts",
        "webNavigation"
    ],
    "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": [
                "<all_urls>"
            ],
            "css": [
                "css\/status-bar.min.css"
            ],
            "js": [
                "content_scripts.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content_scripts_main.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "world": "MAIN"
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "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-qjhhue9d8ekbtk1bssgs1as5cqr5cn34.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    },
    "sandbox": {
        "pages": [
            "html\/sandbox.html"
        ]
    },
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "css\/*",
                "html\/*",
                "*.js.map"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top