IMEI Generator

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

Apa itu IMEI Generator?

IMEI Generator adalah ekstensi Chrome yang dikembangkan oleh enrico.schifano1997, dan fitur utamanya adalah "It generates IMEI codes with right-click context menu or by clicking on its button.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi IMEI Generator

Unduh file ekstensi IMEI Generator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama IMEI Generator IMEI Generator
ID fcgobdeeijlkeikedhdpkmjkkmalebdh
URL Resmi https://chromewebstore.google.com/detail/imei-generator/fcgobdeeijlkeikedhdpkmjkkmalebdh
Deskripsi It generates IMEI codes with right-click context menu or by clicking on its button.
Ukuran File 62.85 KB
Jumlah Instalasi 92
Versi Saat Ini 0.0.0.2
Terakhir Diperbarui 2020-12-20
Tanggal Publikasi 2020-12-17
Penilaian 5.00/5 Total 2 Penilaian
Pengembang enrico.schifano1997
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/Eraz1997/imei-generator
Bahasa yang Didukung 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"
        ]
    }
}