Fake Filler

A form filler that fills all inputs on a page with fake/dummy data.

Fake Filler क्या है?

Fake Filler https://fakefiller.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A form filler that fills all inputs on a page with fake/dummy data."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Fake Filler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Fake Filler is THE form filler to fill all input fields on a page with randomly generated fake data. This productivity boosting extension is a must for developers and testers who work with forms as it eliminates the need for manually entering values in fields.

• Fill all inputs with randomly generated names, emails, phone numbers, etc.

• Sensible defaults to allow you to start using the extension without any configuration.

• Powerful customization using custom fields.

• Ignores CAPTCHA, hidden, disabled and readonly fields.                    

एक्सटेंशन की मूल जानकारी

नाम Fake Filler Fake Filler
ID bnjjngeaknajbdcgpfkgnonkmififhfo
आधिकारिक URL https://chromewebstore.google.com/detail/fake-filler/bnjjngeaknajbdcgpfkgnonkmififhfo
विवरण A form filler that fills all inputs on a page with fake/dummy data.
फ़ाइल का आकार 675 KB
स्थापना संख्या 308,037
वर्तमान संस्करण 3.3.1
अंतिम अपडेट 2020-12-14
प्रकाशन तिथि 2020-06-17
रेटिंग 4.44/5 कुल 724 रेटिंग्स
डेवलपर https://fakefiller.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://fakefiller.com
सहायता पृष्ठ URL https://github.com/FakeFiller/fake-filler-extension/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_extensionName_short__",
    "version": "3.3.1",
    "description": "__MSG_extensionDescription__",
    "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"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "",
        "storage"
    ],
    "browser_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": "__MSG_browserActionTitle__"
    },
    "commands": {
        "fill_all_inputs": {
            "description": "__MSG_commands_fillAllInputs__",
            "suggested_key": {
                "default": "Ctrl+Shift+F"
            }
        },
        "fill_this_form": {
            "description": "__MSG_commands_fillThisForm__"
        },
        "fill_this_input": {
            "description": "__MSG_commands_fillThisInput__"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "build\/content-script.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "build\/background-script.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
}