Unlock Field Limits

Enabled all field, Remove 'Max Length' of field

Unlock Field Limits là gì?

Unlock Field Limits là một tiện ích mở rộng Chrome được phát triển bởi Mario Gosparini, và tính năng chính của nó là "Enabled all field, Remove 'Max Length' of field".

Ả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 Unlock Field Limits

Tải xuống các tệp mở rộng Unlock Field Limits 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

                        This plugin remove every restriction on fields automatically (MaxLength, Disabled, ...).

The plugin will change the background & color of fields modified (to inform user)                    

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

Tên Unlock Field Limits Unlock Field Limits
ID mefkndenjaobjhlpnknaffnbgakobclb
URL Chính Thức https://chrome.google.com/webstore/detail/unlock-field-limits/mefkndenjaobjhlpnknaffnbgakobclb
Mô tả Enabled all field, Remove 'Max Length' of field
Kích Thước Tệp 6.03 KB
Số Lần Cài Đặt 75
Phiên Bản Hiện Tại 2.8
Cập Nhật Lần Cuối 2015-09-29
Ngày Phát Hành 2015-09-29
Nhà Phát Triển Mario Gosparini
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Mario Gosparini",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "description": "Enabled all field, Remove 'Max Length' of field",
    "browser_action": {
        "default_icon": {
            "128": "icon.png",
            "16": "icon.png",
            "48": "icon48.png",
            "32": "icon.png",
            "64": "icon64.png",
            "19": "icon.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "hack.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "name": "Unlock Field Limits",
    "permissions": [
        "cookies",
        "tabs"
    ],
    "version": "2.8"
}