Beehive

Play the New York Times Spelling Bee with friends!

Wat is Beehive?

Beehive is een Chrome-extensie ontwikkeld door Eli Siskind, en de belangrijkste functie is "Play the New York Times Spelling Bee with friends!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Beehive

Download Beehive-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Beehive Beehive
ID inghggfaolaofdeienkonigkcmomeadc
Officiële URL https://chromewebstore.google.com/detail/beehive/inghggfaolaofdeienkonigkcmomeadc
Beschrijving Play the New York Times Spelling Bee with friends!
Bestandsgrootte 969 KB
Aantal Installaties 71
Huidige Versie 1.2.1
Laatst Bijgewerkt 2023-06-08
Publicatiedatum 2022-04-20
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Eli Siskind
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}