IMEI Generator
Generate IMEI (3 types) and write to current active field
What is IMEI Generator?
IMEI Generator is a Chrome extension developed by Unknown, and its main feature is "Generate IMEI (3 types) and write to current active field".
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
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
Extension Basic Information
Name | IMEI Generator |
ID | bdpdidelhbdjmlfekhpamddfpbgjjpjj |
Official URL | https://chromewebstore.google.com/detail/imei-generator/bdpdidelhbdjmlfekhpamddfpbgjjpjj |
Description | Generate IMEI (3 types) and write to current active field |
File Size | 9.64 KB |
Installation Count | 209 |
Current Version | 0.3 |
Last Updated | 2019-12-02 |
Publish Date | 2019-12-02 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" } } |