IMEI Generator
Generate IMEI (3 types) and write to current active field
Wat is IMEI Generator?
IMEI Generator is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Generate IMEI (3 types) and write to current active field".
Extensie Screenshots
Download het CRX-bestand van de extensie IMEI Generator
Download IMEI Generator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | IMEI Generator |
ID | bdpdidelhbdjmlfekhpamddfpbgjjpjj |
Officiële URL | https://chromewebstore.google.com/detail/imei-generator/bdpdidelhbdjmlfekhpamddfpbgjjpjj |
Beschrijving | Generate IMEI (3 types) and write to current active field |
Bestandsgrootte | 9.64 KB |
Aantal Installaties | 209 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2019-12-02 |
Publicatiedatum | 2019-12-02 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |