WebExtension.net
WebExtension.net
WebExtension.net
WebExtension.net
Fake Filler

Fake Filler

View on Chrome Web Store
4.4 (764 ratings)
1 new ratings
167 views
0 downloads

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

A form filler that fills all inputs on a page with fake/dummy data.
Type
Extension
Users
400,000 users
50K
Website fakefiller.com
Fake Filler
Featured Extension

Hand-picked for quality and usefulness

Published
Version 4.1.0
Manifest version
3
Updated
productivity/developer
Website
View on Chrome Web Store
Share This Extension

Extension Manifest

{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "4.1.0",
    "name": "Fake Filler",
    "short_name": "Fake Filler",
    "description": "A form filler that fills all inputs on a page with fake\/dummy data.",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "96": "images\/icon-96.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "64": "images\/icon-64.png",
            "96": "images\/icon-96.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "Fill All Inputs with Dummy Data"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage",
        "scripting"
    ],
    "background": {
        "service_worker": "src\/service-worker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "src\/content-script.js"
            ],
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "index.html",
        "open_in_tab": true
    },
    "commands": {
        "fill_all_inputs": {
            "description": "Fill all inputs"
        },
        "fill_this_form": {
            "description": "Fill this form"
        },
        "fill_this_input": {
            "description": "Fill this input"
        }
    }
}
© 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.