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”。

扩展截图

screenshot

下载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 Random Desire Lite
ID gebplnngkmcgeokaedmaapnnkanndimf
官方URL 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
}