IMEI Generator
It generates IMEI codes with right-click context menu or by clicking on its button.
Vad är IMEI Generator?
IMEI Generator är en Chrome-tillägg utvecklad av enrico.schifano1997, och dess huvudfunktion är "It generates IMEI codes with right-click context menu or by clicking on its button.".
Tilläggsskärmbilder
Ladda ner IMEI Generator-förlängningens CRX-fil
Ladda ner IMEI Generator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This tool allows you to easily copy or insert in HTML input fields random generated IMEI codes. Grundläggande Information om Tillägg
| Namn | |
| ID | fcgobdeeijlkeikedhdpkmjkkmalebdh |
| Officiell webbadress | https://chromewebstore.google.com/detail/imei-generator/fcgobdeeijlkeikedhdpkmjkkmalebdh |
| Beskrivning | It generates IMEI codes with right-click context menu or by clicking on its button. |
| Filstorlek | 62.85 KB |
| Antal Installationer | 92 |
| Aktuell Version | 0.0.0.2 |
| Senast Uppdaterad | 2020-12-20 |
| Publiceringsdatum | 2020-12-17 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | enrico.schifano1997 |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/Eraz1997/imei-generator |
| Stödda Språk | 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"
]
}
} | |