Random Desire Lite

Generate desire numbers in Random.org

Co je Random Desire Lite?

Random Desire Lite je rozšíření Chrome vyvinuté Vịt Corp, a jeho hlavní funkcí je „Generate desire numbers in Random.org“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Random Desire Lite

Stáhněte si soubory rozšíření Random Desire Lite ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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]                    

Základní Informace o Rozšíření

Název Random Desire Lite Random Desire Lite
ID gebplnngkmcgeokaedmaapnnkanndimf
Oficiální URL https://chromewebstore.google.com/detail/random-desire-lite/gebplnngkmcgeokaedmaapnnkanndimf
Popis Generate desire numbers in Random.org
Velikost souboru 22.1 KB
Počet instalací 29
Aktuální Verze 1.0
Poslední Aktualizace 2020-03-16
Datum Vydání 2020-03-16
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Vịt Corp
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}