Random Desire Lite

Generate desire numbers in Random.org

What is Random Desire Lite?

Random Desire Lite is a Chrome extension developed by Vịt Corp, and its main feature is "Generate desire numbers in Random.org".

Extension Screenshots

screenshot

Download Random Desire Lite Extension CRX File

Download Random Desire Lite extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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]                    

Extension Basic Information

Name Random Desire Lite Random Desire Lite
ID gebplnngkmcgeokaedmaapnnkanndimf
Official URL https://chromewebstore.google.com/detail/random-desire-lite/gebplnngkmcgeokaedmaapnnkanndimf
Description Generate desire numbers in Random.org
File Size 22.1 KB
Installation Count 29
Current Version 1.0
Last Updated 2020-03-16
Publish Date 2020-03-16
Rating 5.00/5 Total 1 Ratings
Developer Vịt Corp
Email [email protected]
Payment Type free
Supported Languages 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
}