The Lucky Ones

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

Wat is The Lucky Ones?

The Lucky Ones is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Quickly apply for tons of Broadway lotteries with just a few clicks.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie The Lucky Ones

Download The Lucky Ones-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam The Lucky Ones The Lucky Ones
ID pkgomhmecmilnbjdkniglabfgidbbpag
Officiële URL https://chromewebstore.google.com/detail/the-lucky-ones/pkgomhmecmilnbjdkniglabfgidbbpag
Beschrijving Quickly apply for tons of Broadway lotteries with just a few clicks.
Bestandsgrootte 50.69 KB
Aantal Installaties 34
Huidige Versie 0.1.7
Laatst Bijgewerkt 2019-03-01
Publicatiedatum 2019-03-01
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
    ]
}