IMEI Generator

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

Cos'è IMEI Generator?

IMEI Generator è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Generate IMEI (3 types) and write to current active field".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione IMEI Generator

Scarica i file di estensione IMEI Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome IMEI Generator IMEI Generator
ID bdpdidelhbdjmlfekhpamddfpbgjjpjj
URL Ufficiale https://chromewebstore.google.com/detail/imei-generator/bdpdidelhbdjmlfekhpamddfpbgjjpjj
Descrizione Generate IMEI (3 types) and write to current active field
Dimensione del File 9.64 KB
Conteggio Installazioni 209
Versione Corrente 0.3
Ultimo Aggiornamento 2019-12-02
Data di Pubblicazione 2019-12-02
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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"
    }
}