WebExtension.net
WebExtension.net

Fake Filler

View on Chrome Web Store
View Fake Filler Chrome Extension on Chrome Web Store
4.4 (748 ratings)

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
300,000 users
Website fakefiller.com
Fake Filler
View author page of Fake Filler
Featured Extension

Hand-picked for quality and usefulness

Published
Published on May 19, 2012
Version 4.1.0
Manifest version
3
Updated
Updated on August 3, 2024
View on Chrome Web Store
View Fake Filler Chrome Extension on Chrome Web Store
productivity/developer
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "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"
        }
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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