Unlock Field Limits

Enabled all field, Remove 'Max Length' of field

Unlock Field Limits क्या है?

Unlock Field Limits Mario Gosparini द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enabled all field, Remove 'Max Length' of field"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Unlock Field Limits एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}