IMEI Generator
Generate IMEI (3 types) and write to current active field
ما هو IMEI Generator؟
IMEI Generator هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Generate IMEI (3 types) and write to current active field".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة IMEI Generator
قم بتنزيل ملفات الامتداد IMEI Generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Rather than typing in an IMEI number this extension allows you to right-click and select either 000000000000000, 123456789123789 or generates a random IMEI that conforms to the luhn algorithm. Options allow you to decide whether you want all options showing or not. If you only select one option, only this option will show as the main link when you right-click. Very useful when testing, testing, testing. v2 - now works with iframes v3 - cosmetic change
معلومات أساسية عن التمديد
الاسم | IMEI Generator |
ID | bdpdidelhbdjmlfekhpamddfpbgjjpjj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/imei-generator/bdpdidelhbdjmlfekhpamddfpbgjjpjj |
الوصف | Generate IMEI (3 types) and write to current active field |
حجم الملف | 9.64 KB |
عدد التثبيتات | 209 |
النسخة الحالية | 0.3 |
آخر تحديث | 2019-12-02 |
تاريخ النشر | 2019-12-02 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IMEI Generator", "description": "Generate IMEI (3 types) and write to current active field", "version": "0.3", "manifest_version": 2, "permissions": [ "contextMenus", "activeTab", "storage" ], "background": { "persistent": true, "scripts": [ "js\/background.js" ] }, "options_ui": { "page": "options.html", "open_in_tab": false }, "icons": { "128": "images\/icon.png" } } |