IMEI Generator

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

Qu'est-ce que IMEI Generator ?

IMEI Generator est une extension Chrome développée par Unknown, et sa fonction principale est "Generate IMEI (3 types) and write to current active field".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension IMEI Generator

Téléchargez les fichiers d'extension IMEI Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom IMEI Generator IMEI Generator
ID bdpdidelhbdjmlfekhpamddfpbgjjpjj
URL Officiel https://chromewebstore.google.com/detail/imei-generator/bdpdidelhbdjmlfekhpamddfpbgjjpjj
Description Generate IMEI (3 types) and write to current active field
Taille du Fichier 9.64 KB
Nombre d'Installations 209
Version Actuelle 0.3
Dernière Mise à Jour 2019-12-02
Date de Publication 2019-12-02
Évaluation 3.00/5 Total 2 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
    }
}