WebExtension.net
Toggle dark mode
WebExtension.net

AutoFill Forms

View on Chrome Web Store
View AutoFill Forms Chrome Extension on Chrome Web Store
Add to bookmarks
3.4 (71 ratings)
1 new ratings
0 views
This extension has been viewed 0 times

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

One-click form filler that supports multiple profiles and regular expression rules
Type
Extension
Users
80,000 users
10K
tlintspr
View author page of tlintspr
Featured Extension

Hand-picked for quality and usefulness

Published
Published on June 21, 2016
Version 0.4.7
Manifest version
3
Updated
Updated on December 9, 2024
productivity/workflow
Extension Category
View on Chrome Web Store
View AutoFill 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",
    "name": "AutoFill Forms",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "0.4.7",
    "manifest_version": 3,
    "permissions": [
        "scripting",
        "storage",
        "activeTab",
        "notifications",
        "contextMenus"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_popup": "\/data\/popup\/index.html"
    },
    "background": {
        "service_worker": "bg\/worker.js"
    },
    "homepage_url": "https:\/\/webextension.org\/listing\/autofill-forms.html",
    "icons": {
        "16": "\/data\/icons\/16.png",
        "32": "\/data\/icons\/32.png",
        "48": "\/data\/icons\/48.png",
        "64": "\/data\/icons\/64.png",
        "128": "\/data\/icons\/128.png",
        "256": "\/data\/icons\/256.png",
        "512": "\/data\/icons\/512.png"
    },
    "commands": {
        "_execute_action": [],
        "activate": {
            "suggested_key": {
                "default": "Ctrl+Shift+U"
            },
            "description": "Activate extension"
        }
    },
    "options_ui": {
        "page": "\/data\/options\/index.html",
        "open_in_tab": true
    }
}
© 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