The Lucky Ones

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

The Lucky Onesคืออะไร?

The Lucky Ones เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Quickly apply for tons of Broadway lotteries with just a few clicks."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Lucky Ones

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}