IMEI Generator
Generate IMEI (3 types) and write to current active field
¿Qué es IMEI Generator?
IMEI Generator es una extensión de Chrome desarrollada por Unknown, y su función principal es "Generate IMEI (3 types) and write to current active field".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión IMEI Generator
Descarga archivos de extensión IMEI Generator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | IMEI Generator |
ID | bdpdidelhbdjmlfekhpamddfpbgjjpjj |
URL Oficial | https://chromewebstore.google.com/detail/imei-generator/bdpdidelhbdjmlfekhpamddfpbgjjpjj |
Descripción | Generate IMEI (3 types) and write to current active field |
Tamaño del Archivo | 9.64 KB |
Cantidad de Instalaciones | 209 |
Versión Actual | 0.3 |
Última Actualización | 2019-12-02 |
Fecha de Publicación | 2019-12-02 |
Calificación | 3.00/5 Total de 2 Calificaciones |
Desarrollador | Unknown |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |