Unlock Field Limits
Enabled all field, Remove 'Max Length' of field
What is Unlock Field Limits?
Unlock Field Limits is a Chrome extension developed by Mario Gosparini, and its main feature is "Enabled all field, Remove 'Max Length' of field".
Extension Screenshots
Download Unlock Field Limits Extension CRX File
Download Unlock Field Limits extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This plugin remove every restriction on fields automatically (MaxLength, Disabled, ...). The plugin will change the background & color of fields modified (to inform user)
Extension Basic Information
Name | |
ID | mefkndenjaobjhlpnknaffnbgakobclb |
Official URL | https://chrome.google.com/webstore/detail/unlock-field-limits/mefkndenjaobjhlpnknaffnbgakobclb |
Description | Enabled all field, Remove 'Max Length' of field |
File Size | 6.03 KB |
Installation Count | 75 |
Current Version | 2.8 |
Last Updated | 2015-09-29 |
Publish Date | 2015-09-29 |
Developer | Mario Gosparini |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |