The Lucky Ones

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

Apa itu The Lucky Ones?

The Lucky Ones adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Quickly apply for tons of Broadway lotteries with just a few clicks.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi The Lucky Ones

Unduh file ekstensi The Lucky Ones dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama The Lucky Ones The Lucky Ones
ID pkgomhmecmilnbjdkniglabfgidbbpag
URL Resmi https://chromewebstore.google.com/detail/the-lucky-ones/pkgomhmecmilnbjdkniglabfgidbbpag
Deskripsi Quickly apply for tons of Broadway lotteries with just a few clicks.
Ukuran File 50.69 KB
Jumlah Instalasi 34
Versi Saat Ini 0.1.7
Terakhir Diperbarui 2019-03-01
Tanggal Publikasi 2019-03-01
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}