IMEI Generator

Generate IMEI (3 types) and write to current active field

Apa itu IMEI Generator?

IMEI Generator adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Generate IMEI (3 types) and write to current active field".

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

                        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                    

Informasi Dasar Ekstensi

Nama IMEI Generator IMEI Generator
ID bdpdidelhbdjmlfekhpamddfpbgjjpjj
URL Resmi https://chromewebstore.google.com/detail/imei-generator/bdpdidelhbdjmlfekhpamddfpbgjjpjj
Deskripsi Generate IMEI (3 types) and write to current active field
Ukuran File 9.64 KB
Jumlah Instalasi 209
Versi Saat Ini 0.3
Terakhir Diperbarui 2019-12-02
Tanggal Publikasi 2019-12-02
Penilaian 3.00/5 Total 2 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}