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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
}