WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Form Filler Pro - Auto Fill Forms

Form Filler Pro - Auto Fill Forms

View on Chrome Web Store
View Form Filler Pro - Auto Fill Forms Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 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.

This extension is no longer available on the Chrome Web Store. We noticed it was gone on Feb 07, 2026.

Save form profiles and auto-fill any form with one click. Perfect for QA testing, customer support, and developers.
Type
Extension
Users
0 users
Autom8 LLC
View author page of Autom8 LLC
Published
Published on January 27, 2026
Version 1.0.0
Manifest version
3
Updated
Updated on January 27, 2026
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Form Filler Pro - Auto Fill Forms 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",
    "manifest_version": 3,
    "name": "Form Filler Pro - Auto Fill Forms",
    "version": "1.0.0",
    "description": "Save form profiles and auto-fill any form with one click. Perfect for QA testing, customer support, and developers.",
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "action": {
        "default_popup": "src\/popup\/popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "src\/content\/content.js"
            ],
            "css": [
                "src\/content\/content.css"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "src\/background\/background.js"
    },
    "commands": {
        "fill-last-profile": {
            "suggested_key": {
                "default": "Alt+F"
            },
            "description": "Fill form with last used profile"
        },
        "capture-form": {
            "suggested_key": {
                "default": "Alt+C"
            },
            "description": "Capture current form"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}
© 2026 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