The Lucky Ones

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

Qu'est-ce que The Lucky Ones ?

The Lucky Ones est une extension Chrome développée par Unknown, et sa fonction principale est "Quickly apply for tons of Broadway lotteries with just a few clicks.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension The Lucky Ones

Téléchargez les fichiers d'extension The Lucky Ones au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom The Lucky Ones The Lucky Ones
ID pkgomhmecmilnbjdkniglabfgidbbpag
URL Officiel https://chromewebstore.google.com/detail/the-lucky-ones/pkgomhmecmilnbjdkniglabfgidbbpag
Description Quickly apply for tons of Broadway lotteries with just a few clicks.
Taille du Fichier 50.69 KB
Nombre d'Installations 34
Version Actuelle 0.1.7
Dernière Mise à Jour 2019-03-01
Date de Publication 2019-03-01
Évaluation 5.00/5 Total 3 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
    ]
}