Form Filler
Automatically fill the form on the website.
What is Form Filler?
Form Filler is a Chrome extension developed by green3rd, and its main feature is "Automatically fill the form on the website.".
Extension Screenshots
Download Form Filler Extension CRX File
Download Form Filler 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 extension is to fill the input box on any form automatically. Its purpose is to fill the valid input to the form such as expired data, birthdate. If you found that the data it filled doesn't correct, please send a message to me. I'm more than happy to fix that for you.
Extension Basic Information
Name | Form Filler |
ID | dgfgnhlcalihgnemejfldncmedabhfna |
Official URL | https://chromewebstore.google.com/detail/form-filler/dgfgnhlcalihgnemejfldncmedabhfna |
Description | Automatically fill the form on the website. |
File Size | 144 KB |
Installation Count | 92 |
Current Version | 1.0 |
Last Updated | 2021-06-23 |
Publish Date | 2021-06-23 |
Developer | green3rd |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Form Filler", "version": "1.0", "description": "Automatically fill the form on the website.", "manifest_version": 3, "permissions": [ "storage", "scripting" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } }, "icons": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" }, "options_page": "options.html" } |