IMEI Generator

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

IMEI Generator là gì?

IMEI Generator là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Generate IMEI (3 types) and write to current active field".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng IMEI Generator

Tải xuống các tệp mở rộng IMEI Generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên IMEI Generator IMEI Generator
ID bdpdidelhbdjmlfekhpamddfpbgjjpjj
URL Chính Thức https://chromewebstore.google.com/detail/imei-generator/bdpdidelhbdjmlfekhpamddfpbgjjpjj
Mô tả Generate IMEI (3 types) and write to current active field
Kích Thước Tệp 9.64 KB
Số Lần Cài Đặt 209
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2019-12-02
Ngày Phát Hành 2019-12-02
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}