Random Desire Lite
Generate desire numbers in Random.org
什麼是Random Desire Lite?
Random Desire Lite是由Vịt Corp開發的Chrome擴展程式,該擴展的主要功能是“Generate desire numbers in Random.org”。
擴展截圖
下載Random Desire Lite擴展crx文件
下載Random Desire Lite擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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]
擴展基本資訊
名稱 | Random Desire Lite |
ID | gebplnngkmcgeokaedmaapnnkanndimf |
官方網址 | https://chromewebstore.google.com/detail/random-desire-lite/gebplnngkmcgeokaedmaapnnkanndimf |
簡介 | Generate desire numbers in Random.org |
檔案大小 | 22.1 KB |
安裝次數 | 29 |
目前版本 | 1.0 |
更新時間 | 2020-03-16 |
上架時間 | 2020-03-16 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Vịt Corp |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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 } |