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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |