The Lucky Ones

Quickly apply for tons of Broadway lotteries with just a few clicks.

Hvad er The Lucky Ones?

The Lucky Ones er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Quickly apply for tons of Broadway lotteries with just a few clicks.".

Udvidelsesskærmbilleder

screenshot

Download The Lucky Ones-udvidelses-CRX-fil

Download The Lucky Ones-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        'The Lucky Ones' greatly expedites the process of applying to the lotteries of most of Broadway's musicals.                    

Grundlæggende oplysninger om udvidelsen

Navn The Lucky Ones The Lucky Ones
ID pkgomhmecmilnbjdkniglabfgidbbpag
Officiel URL https://chromewebstore.google.com/detail/the-lucky-ones/pkgomhmecmilnbjdkniglabfgidbbpag
Beskrivelse Quickly apply for tons of Broadway lotteries with just a few clicks.
Filstørrelse 50.69 KB
Antal Installationer 34
Nuværende Version 0.1.7
Senest Opdateret 2019-03-01
Udgivelsesdato 2019-03-01
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Lucky Ones",
    "version": "0.1.7",
    "icons": {
        "16": "icon.png",
        "128": "icon-128.png"
    },
    "description": "Quickly apply for tons of Broadway lotteries with just a few clicks.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.2.4.min.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "activeTab",
        "storage"
    ]
}