JunkFill

Fill out web forms instantly with junk or custom data

JunkFill là gì?

JunkFill là một tiện ích mở rộng Chrome được phát triển bởi https://www.hashemian.com, và tính năng chính của nó là "Fill out web forms instantly with junk or custom data".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng JunkFill

Tải xuống các tệp mở rộng JunkFill dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Use JunkFill to auto-populate/auto-fill all form elements on any web page with custom or random data and get to your target page quick.

JunkFill fills text boxes, selects, radio buttons and checkboxes, populates text areas, and handles dropdown lists. It's even semi-judicious with the responses.

Privacy Policy
This extension is completely private.
All data saved using this extension are kept locally on the browser and available only to the user. 
This extension does not collect nor transmit any data to any parties.

V 2.3.1
- Suggested keypress shortcut Ctrl+Shift+Period (Thanks Daniel M. for feedback)
- Small bug fixes

V 2.3.0:
- Upgraded to manifest V3
- Bug fixes
- Enhancements for more precise form filling

V 2.2.1:
- Bug fixes

V 2.2:
- Credit card support
- Enhancements and bug fixes

V 2.1:
- Support for some HTML5 input field types such as tel, email, and url.

V 2.0:
- Compatible with newer versions of Chrome.
- New options page to specify custom data to fill out forms with.
- Thanks metalgear800 for the icons.

V1.1, V1.2: More randomness. Bug fixes.

V1.0: First release.

Why JunkFill? Most web forms are not designed with end users in mind. They are long and annoying. People would just give junk responses anyway. JunkFill only facilitates the process.

Finally, JunkFill is a decent tool for testing your own annoying web forms :)

Usage: After installing, click the JunkFill icon anytime you want to auto-populate a web form.

https://www.hashemian.com/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên JunkFill JunkFill
ID cajejbcjfkhgmfbapmhopccephhjedeb
URL Chính Thức https://chromewebstore.google.com/detail/junkfill/cajejbcjfkhgmfbapmhopccephhjedeb
Mô tả Fill out web forms instantly with junk or custom data
Kích Thước Tệp 71.28 KB
Số Lần Cài Đặt 8,125
Phiên Bản Hiện Tại 2.3.1
Cập Nhật Lần Cuối 2021-12-30
Ngày Phát Hành 2016-04-18
Đánh Giá 3.93/5 Tổng số 99 Đánh Giá
Nhà Phát Triển https://www.hashemian.com
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://www.hashemian.com/contact.php
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JunkFill",
    "version": "2.3.1",
    "manifest_version": 3,
    "description": "Fill out web forms instantly with junk or custom data",
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "icons": {
        "48": "jf48.png",
        "128": "jf128.png"
    },
    "action": {
        "default_icon": "jf19.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl + Shift + Period"
            }
        }
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}