Random Desire Lite

Generate desire numbers in Random.org

Random Desire Lite क्या है?

Random Desire Lite Vịt Corp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate desire numbers in Random.org"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Random Desire Lite एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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:
ducviet321@gmail.com                    

एक्सटेंशन की मूल जानकारी

नाम 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
ईमेल ducviet321@gmail.com
भुगतान के प्रकार 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
}