Autofill

Automatically enter form (text, select, radio)

What is Autofill?

Autofill is a Chrome extension developed by t4y3, and its main feature is "Automatically enter form (text, select, radio)".

Extension Screenshots

screenshot

Download Autofill Extension CRX File

Download Autofill 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

                                            

Extension Basic Information

Name Autofill Autofill
ID eahekcjalfgflphdfogkbeajfjbljhmp
Official URL https://chrome.google.com/webstore/detail/autofill/eahekcjalfgflphdfogkbeajfjbljhmp
Description Automatically enter form (text, select, radio)
File Size 61.29 KB
Installation Count 219
Current Version 1.0
Last Updated 2019-03-08
Publish Date 2019-03-08
Developer t4y3
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Autofill",
    "description": "Automatically enter form (text, select, radio)",
    "version": "1.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png"
        },
        "default_title": "Autofill",
        "default_popup": ".\/build\/index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "storage"
    ]
}