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"
    ]
}