Unlock Field Limits

Enabled all field, Remove 'Max Length' of field

Qu'est-ce que Unlock Field Limits ?

Unlock Field Limits est une extension Chrome développée par Mario Gosparini, et sa fonction principale est "Enabled all field, Remove 'Max Length' of field".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Unlock Field Limits

Téléchargez les fichiers d'extension Unlock Field Limits au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

Informations de Base sur l'Extension

Nom Unlock Field Limits Unlock Field Limits
ID mefkndenjaobjhlpnknaffnbgakobclb
URL Officiel https://chrome.google.com/webstore/detail/unlock-field-limits/mefkndenjaobjhlpnknaffnbgakobclb
Description Enabled all field, Remove 'Max Length' of field
Taille du Fichier 6.03 KB
Nombre d'Installations 75
Version Actuelle 2.8
Dernière Mise à Jour 2015-09-29
Date de Publication 2015-09-29
Développeur Mario Gosparini
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}