Unlock Field Limits
Enabled all field, Remove 'Max Length' of field
ما هو Unlock Field Limits؟
Unlock Field Limits هو إضافة Chrome تم تطويرها بواسطة Mario Gosparini، والميزة الرئيسية لها هي "Enabled all field, Remove 'Max Length' of field".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Unlock Field Limits
قم بتنزيل ملفات الامتداد Unlock Field Limits بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This plugin remove every restriction on fields automatically (MaxLength, Disabled, ...). The plugin will change the background & color of fields modified (to inform user)
معلومات أساسية عن التمديد
الاسم | |
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" } |