Unlock Field Limits
Enabled all field, Remove 'Max Length' of field
Wat is Unlock Field Limits?
Unlock Field Limits is een Chrome-extensie ontwikkeld door Mario Gosparini, en de belangrijkste functie is "Enabled all field, Remove 'Max Length' of field".
Extensie Screenshots
Download het CRX-bestand van de extensie Unlock Field Limits
Download Unlock Field Limits-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This plugin remove every restriction on fields automatically (MaxLength, Disabled, ...). The plugin will change the background & color of fields modified (to inform user)
Basisinformatie over de Extensie
Naam | |
ID | mefkndenjaobjhlpnknaffnbgakobclb |
Officiële URL | https://chrome.google.com/webstore/detail/unlock-field-limits/mefkndenjaobjhlpnknaffnbgakobclb |
Beschrijving | Enabled all field, Remove 'Max Length' of field |
Bestandsgrootte | 6.03 KB |
Aantal Installaties | 75 |
Huidige Versie | 2.8 |
Laatst Bijgewerkt | 2015-09-29 |
Publicatiedatum | 2015-09-29 |
Ontwikkelaar | Mario Gosparini |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |