IMEI Generator
It generates IMEI codes with right-click context menu or by clicking on its button.
IMEI Generator là gì?
IMEI Generator là một tiện ích mở rộng Chrome được phát triển bởi enrico.schifano1997, và tính năng chính của nó là "It generates IMEI codes with right-click context menu or by clicking on its button.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
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
This tool allows you to easily copy or insert in HTML input fields random generated IMEI codes.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | IMEI Generator |
ID | fcgobdeeijlkeikedhdpkmjkkmalebdh |
URL Chính Thức | https://chromewebstore.google.com/detail/imei-generator/fcgobdeeijlkeikedhdpkmjkkmalebdh |
Mô tả | It generates IMEI codes with right-click context menu or by clicking on its button. |
Kích Thước Tệp | 62.85 KB |
Số Lần Cài Đặt | 92 |
Phiên Bản Hiện Tại | 0.0.0.2 |
Cập Nhật Lần Cuối | 2020-12-20 |
Ngày Phát Hành | 2020-12-17 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | enrico.schifano1997 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Eraz1997/imei-generator |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |