IMEI Generator

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

Co je IMEI Generator?

IMEI Generator je rozšíření Chrome vyvinuté enrico.schifano1997, a jeho hlavní funkcí je „It generates IMEI codes with right-click context menu or by clicking on its button.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření IMEI Generator

Stáhněte si soubory rozšíření IMEI Generator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název IMEI Generator IMEI Generator
ID fcgobdeeijlkeikedhdpkmjkkmalebdh
Oficiální URL https://chromewebstore.google.com/detail/imei-generator/fcgobdeeijlkeikedhdpkmjkkmalebdh
Popis It generates IMEI codes with right-click context menu or by clicking on its button.
Velikost souboru 62.85 KB
Počet instalací 92
Aktuální Verze 0.0.0.2
Poslední Aktualizace 2020-12-20
Datum Vydání 2020-12-17
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář enrico.schifano1997
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/Eraz1997/imei-generator
Podporované Jazyky 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"
        ]
    }
}