WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Lightning Autofill

Lightning Autofill

View on Chrome Web Store
View Lightning Autofill Chrome Extension on Chrome Web Store
Add to bookmarks
3.4 (2,090 ratings)
1 new ratings
9 views
This extension has been viewed 9 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.

The most popular autofill extension, boosting productivity since 2010.
Type
Extension
Users
500,000 users
50K
Website tohodo.com
tohodo.com
View author page of tohodo.com
Featured Extension

Hand-picked for quality and usefulness

Published
Published on October 19, 2010
Version 14.5.4.1
Manifest version
3
Updated
Updated on June 20, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Lightning Autofill 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,
    "minimum_chrome_version": "120.0",
    "name": "Lightning Autofill",
    "version": "14.5.4.1",
    "default_locale": "en",
    "description": "__MSG_generalDescription__",
    "homepage_url": "https:\/\/www.tohodo.com\/autofill\/",
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16-off.png",
            "24": "images\/icon24-off.png",
            "32": "images\/icon32-off.png"
        }
    },
    "background": {
        "service_worker": "js\/eventPage.js",
        "type": "module"
    },
    "commands": {
        "_execute_action": []
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "js\/autofill.js"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_end"
        }
    ],
    "options_page": "options.html",
    "host_permissions": [
        "<all_urls>"
    ],
    "permissions": [
        "alarms",
        "contextMenus",
        "identity",
        "offscreen",
        "scripting",
        "sidePanel",
        "storage",
        "unlimitedStorage",
        "userScripts"
    ],
    "oauth2": {
        "client_id": "171872051662-m3bdmb4v1cl3og24ager32vsn6gp1dma.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.file",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "css\/wizard.css",
                "images\/close*.png",
                "images\/icon24.png",
                "sounds\/*"
            ]
        }
    ]
}
© 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