Random Desire Lite
Generate desire numbers in Random.org
Random Desire Lite là gì?
Random Desire Lite là một tiện ích mở rộng Chrome được phát triển bởi Vịt Corp, và tính năng chính của nó là "Generate desire numbers in Random.org".
Ả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 Random Desire Lite
Tải xuống các tệp mở rộng Random Desire Lite 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
Have you ever wanted to feel the power to control your life? I can help you generate the number you ever desire! Enter numbers of your desire and open Random.org to feel it yourself! Feedback: [email protected]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Random Desire Lite |
ID | gebplnngkmcgeokaedmaapnnkanndimf |
URL Chính Thức | https://chromewebstore.google.com/detail/random-desire-lite/gebplnngkmcgeokaedmaapnnkanndimf |
Mô tả | Generate desire numbers in Random.org |
Kích Thước Tệp | 22.1 KB |
Số Lần Cài Đặt | 29 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-03-16 |
Ngày Phát Hành | 2020-03-16 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Vịt Corp |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Random Desire Lite", "description": "Generate desire numbers in Random.org", "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/www.random.org\/", "*:\/\/www.random.org\/widgets\/integers\/iframe*" ], "js": [ "content.js" ], "all_frames": true, "run_at": "document_end" } ], "permissions": [ "tabs", "storage", "*:\/\/www.random.org\/", "*:\/\/www.random.org\/widgets\/integers\/iframe*" ], "browser_action": { "default_title": "Random Desire", "default_icon": "icon16.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |