IMEI Generator

It generates IMEI codes with right-click context menu or by clicking on its button.

IMEI Generatorคืออะไร?

IMEI Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย enrico.schifano1997 และคุณลักษณะหลักของมันคือ "It generates IMEI codes with right-click context menu or by clicking on its button."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IMEI Generator

ดาวน์โหลดไฟล์ส่วนขยาย IMEI Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This tool allows you to easily copy or insert in HTML input fields random generated IMEI codes.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ IMEI Generator IMEI Generator
ID fcgobdeeijlkeikedhdpkmjkkmalebdh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/imei-generator/fcgobdeeijlkeikedhdpkmjkkmalebdh
คำอธิบาย It generates IMEI codes with right-click context menu or by clicking on its button.
ขนาดไฟล์ 62.85 KB
จำนวนการติดตั้ง 92
เวอร์ชันปัจจุบัน 0.0.0.2
อัปเดตครั้งล่าสุด 2020-12-20
วันที่เผยแพร่ 2020-12-17
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา enrico.schifano1997
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Eraz1997/imei-generator
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IMEI Generator",
    "version": "0.0.0.2",
    "description": "It generates IMEI codes with right-click context menu or by clicking on its button.",
    "homepage_url": "https:\/\/github.com\/Eraz1997\/imei-generator",
    "icons": {
        "12": "icons\/icon-12.png",
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png",
        "256": "icons\/icon-256.png",
        "512": "icons\/icon-512.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "menus"
    ],
    "browser_action": {
        "default_icon": {
            "12": "icons\/icon-12.png",
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "64": "icons\/icon-64.png",
            "128": "icons\/icon-128.png",
            "256": "icons\/icon-256.png",
            "512": "icons\/icon-512.png"
        },
        "default_title": "IMEI Generator",
        "default_popup": "popup\/imei-popup.html"
    },
    "web_accessible_resources": [
        "beasts\/frog.jpg",
        "beasts\/turtle.jpg",
        "beasts\/snake.jpg"
    ],
    "background": {
        "scripts": [
            ".\/scripts\/imeiGenerator.js",
            ".\/scripts\/background.js"
        ]
    }
}