Unlock Field Limits

Enabled all field, Remove 'Max Length' of field

Unlock Field Limitsとは何ですか?

Unlock Field LimitsはMario Gospariniによって開発されたChromeの拡張機能で、その主な機能は「Enabled all field, Remove 'Max Length' of field」です。

拡張機能のスクリーンショット

screenshot
screenshot

Unlock Field Limits拡張機能のCRXファイルをダウンロード

Unlock Field Limits拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

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

拡張機能の基本情報

名前 Unlock Field Limits Unlock Field Limits
ID mefkndenjaobjhlpnknaffnbgakobclb
公式URL https://chrome.google.com/webstore/detail/unlock-field-limits/mefkndenjaobjhlpnknaffnbgakobclb
説明 Enabled all field, Remove 'Max Length' of field
ファイルサイズ 6.03 KB
インストール数 75
現在のバージョン 2.8
最終更新日 2015-09-29
公開日 2015-09-29
開発者 Mario Gosparini
Eメール [email protected]
支払い方法 free
対応言語 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"
}