Unlock Field Limits
Enabled all field, Remove 'Max Length' of field
Co to jest Unlock Field Limits?
Unlock Field Limits to rozszerzenie Chrome opracowane przez Mario Gosparini, a jego główną funkcją jest „Enabled all field, Remove 'Max Length' of field”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Unlock Field Limits
Pobierz pliki rozszerzeń Unlock Field Limits w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This plugin remove every restriction on fields automatically (MaxLength, Disabled, ...). The plugin will change the background & color of fields modified (to inform user)
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | mefkndenjaobjhlpnknaffnbgakobclb |
Oficjalny URL | https://chrome.google.com/webstore/detail/unlock-field-limits/mefkndenjaobjhlpnknaffnbgakobclb |
Opis | Enabled all field, Remove 'Max Length' of field |
Rozmiar pliku | 6.03 KB |
Liczba instalacji | 75 |
Aktualna Wersja | 2.8 |
Ostatnia Aktualizacja | 2015-09-29 |
Data Publikacji | 2015-09-29 |
Deweloper | Mario Gosparini |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } |