IMEI Generator
It generates IMEI codes with right-click context menu or by clicking on its button.
Wat is IMEI Generator?
IMEI Generator is een Chrome-extensie ontwikkeld door enrico.schifano1997, en de belangrijkste functie is "It generates IMEI codes with right-click context menu or by clicking on its button.".
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
This tool allows you to easily copy or insert in HTML input fields random generated IMEI codes.
Basisinformatie over de Extensie
Naam | IMEI Generator |
ID | fcgobdeeijlkeikedhdpkmjkkmalebdh |
Officiële URL | https://chromewebstore.google.com/detail/imei-generator/fcgobdeeijlkeikedhdpkmjkkmalebdh |
Beschrijving | It generates IMEI codes with right-click context menu or by clicking on its button. |
Bestandsgrootte | 62.85 KB |
Aantal Installaties | 92 |
Huidige Versie | 0.0.0.2 |
Laatst Bijgewerkt | 2020-12-20 |
Publicatiedatum | 2020-12-17 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | enrico.schifano1997 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Eraz1997/imei-generator |
Ondersteunde Talen | 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" ] } } |