Beehive

Play the New York Times Spelling Bee with friends!

Beehiveคืออะไร?

Beehive เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Eli Siskind และคุณลักษณะหลักของมันคือ "Play the New York Times Spelling Bee with friends!"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Beehive ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension will let you add friends who play the NY Times spelling bee, share scores, and view hints.

Find out which of your friends got to Queen Bee!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Beehive Beehive
ID inghggfaolaofdeienkonigkcmomeadc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/beehive/inghggfaolaofdeienkonigkcmomeadc
คำอธิบาย Play the New York Times Spelling Bee with friends!
ขนาดไฟล์ 969 KB
จำนวนการติดตั้ง 71
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2023-06-08
วันที่เผยแพร่ 2022-04-20
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Eli Siskind
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Beehive",
    "description": "Play the New York Times Spelling Bee with friends!",
    "version": "1.2.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "\/static\/js\/background.4f82f103.js"
    },
    "permissions": [
        "storage",
        "identity",
        "background",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.nytimes.com\/puzzles\/spelling-bee*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.nytimes.com\/puzzles\/spelling-bee*"
            ],
            "js": [
                "\/static\/js\/app.f5d577e0.js"
            ],
            "css": [
                "\/static\/css\/app.70123378.css"
            ]
        }
    ],
    "oauth2": {
        "client_id": "149062792666-0tkac8f454kpbqgvmblsphsbh8i2u1p4.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/icon_24p.svg"
            ],
            "matches": [
                "https:\/\/www.nytimes.com\/*"
            ]
        }
    ]
}