Beehive

Play the New York Times Spelling Bee with friends!

Cos'è Beehive?

Beehive è un'estensione di Chrome sviluppata da Eli Siskind, e la sua funzione principale è "Play the New York Times Spelling Bee with friends!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Beehive

Scarica i file di estensione Beehive in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Beehive Beehive
ID inghggfaolaofdeienkonigkcmomeadc
URL Ufficiale https://chromewebstore.google.com/detail/beehive/inghggfaolaofdeienkonigkcmomeadc
Descrizione Play the New York Times Spelling Bee with friends!
Dimensione del File 969 KB
Conteggio Installazioni 71
Versione Corrente 1.2.1
Ultimo Aggiornamento 2023-06-08
Data di Pubblicazione 2022-04-20
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Eli Siskind
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
            ]
        }
    ]
}