Beehive

Play the New York Times Spelling Bee with friends!

What is Beehive?

Beehive is a Chrome extension developed by Eli Siskind, and its main feature is "Play the New York Times Spelling Bee with friends!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Beehive Extension CRX File

Download Beehive extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Beehive Beehive
ID inghggfaolaofdeienkonigkcmomeadc
Official URL https://chromewebstore.google.com/detail/beehive/inghggfaolaofdeienkonigkcmomeadc
Description Play the New York Times Spelling Bee with friends!
File Size 969 KB
Installation Count 71
Current Version 1.2.1
Last Updated 2023-06-08
Publish Date 2022-04-20
Rating 5.00/5 Total 4 Ratings
Developer Eli Siskind
Email [email protected]
Payment Type free
Supported Languages 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\/*"
            ]
        }
    ]
}