IMEI Generator

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

Qu'est-ce que IMEI Generator ?

IMEI Generator est une extension Chrome développée par enrico.schifano1997, et sa fonction principale est "It generates IMEI codes with right-click context menu or by clicking on its button.".

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

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

Informations de Base sur l'Extension

Nom IMEI Generator IMEI Generator
ID fcgobdeeijlkeikedhdpkmjkkmalebdh
URL Officiel https://chromewebstore.google.com/detail/imei-generator/fcgobdeeijlkeikedhdpkmjkkmalebdh
Description It generates IMEI codes with right-click context menu or by clicking on its button.
Taille du Fichier 62.85 KB
Nombre d'Installations 92
Version Actuelle 0.0.0.2
Dernière Mise à Jour 2020-12-20
Date de Publication 2020-12-17
Évaluation 5.00/5 Total 2 Évaluations
Développeur enrico.schifano1997
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Eraz1997/imei-generator
Langues Prises en Charge 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"
        ]
    }
}