Human Factory

Insert random values in fields for first names, last names, birthdates…

What is Human Factory?

Human Factory is a Chrome extension developed by victor.schubert, and its main feature is "Insert random values in fields for first names, last names, birthdates…".

Extension Screenshots

screenshot
screenshot

Download Human Factory Extension CRX File

Download Human Factory extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This browser extension for Firefox and Google Chrome makes filling forms with random data a breeze! Focus a field, and press Alt+Shift+J (Ctrl+J on OS X). The extension will detect the kind of value the field expects (first name, last name, phone number…) and fill it accordingly.                    

Extension Basic Information

Name Human Factory Human Factory
ID hhbljejpmpbkfflnekomlhpfoohmjpmg
Official URL https://chromewebstore.google.com/detail/human-factory/hhbljejpmpbkfflnekomlhpfoohmjpmg
Description Insert random values in fields for first names, last names, birthdates…
File Size 37.77 KB
Installation Count 202
Current Version 1.0.2
Last Updated 2022-06-05
Publish Date 2022-06-04
Rating 5.00/5 Total 2 Ratings
Developer victor.schubert
Email [email protected]
Payment Type free
Extension Website https://git.sr.ht/~schube/human-factory
Supported Languages fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Human Factory",
    "version": "1.0.2",
    "description": "Insert random values in fields for first names, last names, birthdates\u2026",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "homepage_url": "https:\/\/github.com\/schubev\/human-factory",
    "background": {
        "scripts": [
            "dist\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "dist\/icon-16.png",
        "48": "dist\/icon-48.png",
        "128": "dist\/icon-128.png"
    },
    "commands": {
        "fill-focused-field": {
            "suggested_key": {
                "default": "Alt+Shift+J",
                "mac": "MacCtrl+J"
            },
            "description": "Fill focused input field"
        }
    }
}