IMEI Generator

Generate IMEI (3 types) and write to current active field

IMEI Generator क्या है?

IMEI Generator Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate IMEI (3 types) and write to current active field"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में IMEI Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम IMEI Generator IMEI Generator
ID bdpdidelhbdjmlfekhpamddfpbgjjpjj
आधिकारिक URL https://chromewebstore.google.com/detail/imei-generator/bdpdidelhbdjmlfekhpamddfpbgjjpjj
विवरण Generate IMEI (3 types) and write to current active field
फ़ाइल का आकार 9.64 KB
स्थापना संख्या 209
वर्तमान संस्करण 0.3
अंतिम अपडेट 2019-12-02
प्रकाशन तिथि 2019-12-02
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}