IMEI Generator

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

Cos'è IMEI Generator?

IMEI Generator è un'estensione di Chrome sviluppata da enrico.schifano1997, e la sua funzione principale è "It generates IMEI codes with right-click context menu or by clicking on its button.".

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

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

Informazioni di Base sull'Estensione

Nome IMEI Generator IMEI Generator
ID fcgobdeeijlkeikedhdpkmjkkmalebdh
URL Ufficiale https://chromewebstore.google.com/detail/imei-generator/fcgobdeeijlkeikedhdpkmjkkmalebdh
Descrizione It generates IMEI codes with right-click context menu or by clicking on its button.
Dimensione del File 62.85 KB
Conteggio Installazioni 92
Versione Corrente 0.0.0.2
Ultimo Aggiornamento 2020-12-20
Data di Pubblicazione 2020-12-17
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore enrico.schifano1997
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Eraz1997/imei-generator
Lingue Supportate 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"
        ]
    }
}