The Lucky Ones

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

What is The Lucky Ones?

The Lucky Ones is a Chrome extension developed by Unknown, and its main feature is "Quickly apply for tons of Broadway lotteries with just a few clicks.".

Extension Screenshots

screenshot

Download The Lucky Ones Extension CRX File

Download The Lucky Ones 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

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

Extension Basic Information

Name The Lucky Ones The Lucky Ones
ID pkgomhmecmilnbjdkniglabfgidbbpag
Official URL https://chromewebstore.google.com/detail/the-lucky-ones/pkgomhmecmilnbjdkniglabfgidbbpag
Description Quickly apply for tons of Broadway lotteries with just a few clicks.
File Size 50.69 KB
Installation Count 34
Current Version 0.1.7
Last Updated 2019-03-01
Publish Date 2019-03-01
Rating 5.00/5 Total 3 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
    ]
}