IMEI Generator
It generates IMEI codes with right-click context menu or by clicking on its button.
What is IMEI Generator?
IMEI Generator is a Chrome extension developed by enrico.schifano1997, and its main feature is "It generates IMEI codes with right-click context menu or by clicking on its button.".
Extension Screenshots
Download IMEI Generator Extension CRX File
Download IMEI Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This tool allows you to easily copy or insert in HTML input fields random generated IMEI codes.
Extension Basic Information
Name | IMEI Generator |
ID | fcgobdeeijlkeikedhdpkmjkkmalebdh |
Official URL | https://chromewebstore.google.com/detail/imei-generator/fcgobdeeijlkeikedhdpkmjkkmalebdh |
Description | It generates IMEI codes with right-click context menu or by clicking on its button. |
File Size | 62.85 KB |
Installation Count | 92 |
Current Version | 0.0.0.2 |
Last Updated | 2020-12-20 |
Publish Date | 2020-12-17 |
Rating | 5.00/5 Total 2 Ratings |
Developer | enrico.schifano1997 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Eraz1997/imei-generator |
Supported Languages | 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" ] } } |