IMEI Generator
It generates IMEI codes with right-click context menu or by clicking on its button.
IMEI Generator क्या है?
IMEI Generator enrico.schifano1997 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "It generates IMEI codes with right-click context menu or by clicking on its button."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में IMEI Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This tool allows you to easily copy or insert in HTML input fields random generated IMEI codes.
एक्सटेंशन की मूल जानकारी
नाम | IMEI Generator |
ID | fcgobdeeijlkeikedhdpkmjkkmalebdh |
आधिकारिक URL | https://chromewebstore.google.com/detail/imei-generator/fcgobdeeijlkeikedhdpkmjkkmalebdh |
विवरण | It generates IMEI codes with right-click context menu or by clicking on its button. |
फ़ाइल का आकार | 62.85 KB |
स्थापना संख्या | 92 |
वर्तमान संस्करण | 0.0.0.2 |
अंतिम अपडेट | 2020-12-20 |
प्रकाशन तिथि | 2020-12-17 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | enrico.schifano1997 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Eraz1997/imei-generator |
समर्थित भाषाएँ | 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" ] } } |