IMEI Generator

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

Co to jest IMEI Generator?

IMEI Generator to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Generate IMEI (3 types) and write to current active field”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia IMEI Generator

Pobierz pliki rozszerzeń IMEI Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa IMEI Generator IMEI Generator
ID bdpdidelhbdjmlfekhpamddfpbgjjpjj
Oficjalny URL https://chromewebstore.google.com/detail/imei-generator/bdpdidelhbdjmlfekhpamddfpbgjjpjj
Opis Generate IMEI (3 types) and write to current active field
Rozmiar pliku 9.64 KB
Liczba instalacji 209
Aktualna Wersja 0.3
Ostatnia Aktualizacja 2019-12-02
Data Publikacji 2019-12-02
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki 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"
    }
}