The Lucky Ones

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

Vad är The Lucky Ones?

The Lucky Ones är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Quickly apply for tons of Broadway lotteries with just a few clicks.".

Tilläggsskärmbilder

screenshot

Ladda ner The Lucky Ones-förlängningens CRX-fil

Ladda ner The Lucky Ones-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn The Lucky Ones The Lucky Ones
ID pkgomhmecmilnbjdkniglabfgidbbpag
Officiell webbadress https://chromewebstore.google.com/detail/the-lucky-ones/pkgomhmecmilnbjdkniglabfgidbbpag
Beskrivning Quickly apply for tons of Broadway lotteries with just a few clicks.
Filstorlek 50.69 KB
Antal Installationer 34
Aktuell Version 0.1.7
Senast Uppdaterad 2019-03-01
Publiceringsdatum 2019-03-01
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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"
    ]
}