The Lucky Ones

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

Cos'è The Lucky Ones?

The Lucky Ones è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Quickly apply for tons of Broadway lotteries with just a few clicks.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione The Lucky Ones

Scarica i file di estensione The Lucky Ones in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome The Lucky Ones The Lucky Ones
ID pkgomhmecmilnbjdkniglabfgidbbpag
URL Ufficiale https://chromewebstore.google.com/detail/the-lucky-ones/pkgomhmecmilnbjdkniglabfgidbbpag
Descrizione Quickly apply for tons of Broadway lotteries with just a few clicks.
Dimensione del File 50.69 KB
Conteggio Installazioni 34
Versione Corrente 0.1.7
Ultimo Aggiornamento 2019-03-01
Data di Pubblicazione 2019-03-01
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}