The Lucky Ones

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

The Lucky Onesとは何ですか?

The Lucky OnesはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Quickly apply for tons of Broadway lotteries with just a few clicks.」です。

拡張機能のスクリーンショット

screenshot

The Lucky Ones拡張機能のCRXファイルをダウンロード

The Lucky Ones拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 The Lucky Ones The Lucky Ones
ID pkgomhmecmilnbjdkniglabfgidbbpag
公式URL https://chromewebstore.google.com/detail/the-lucky-ones/pkgomhmecmilnbjdkniglabfgidbbpag
説明 Quickly apply for tons of Broadway lotteries with just a few clicks.
ファイルサイズ 50.69 KB
インストール数 34
現在のバージョン 0.1.7
最終更新日 2019-03-01
公開日 2019-03-01
評価 5.00/5 合計 3 レビュー
開発者 Unknown
支払い方法 free
対応言語 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"
    ]
}