IMEI Generator

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

O que é IMEI Generator?

IMEI Generator é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Generate IMEI (3 types) and write to current active field".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão IMEI Generator

Baixe arquivos de extensão IMEI Generator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome IMEI Generator IMEI Generator
ID bdpdidelhbdjmlfekhpamddfpbgjjpjj
URL Oficial https://chromewebstore.google.com/detail/imei-generator/bdpdidelhbdjmlfekhpamddfpbgjjpjj
Descrição Generate IMEI (3 types) and write to current active field
Tamanho do Arquivo 9.64 KB
Contagem de Instalações 209
Versão Atual 0.3
Última Atualização 2019-12-02
Data de Publicação 2019-12-02
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}