Beehive

Play the New York Times Spelling Bee with friends!

Qu'est-ce que Beehive ?

Beehive est une extension Chrome développée par Eli Siskind, et sa fonction principale est "Play the New York Times Spelling Bee with friends!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Beehive

Téléchargez les fichiers d'extension Beehive au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Beehive Beehive
ID inghggfaolaofdeienkonigkcmomeadc
URL Officiel https://chromewebstore.google.com/detail/beehive/inghggfaolaofdeienkonigkcmomeadc
Description Play the New York Times Spelling Bee with friends!
Taille du Fichier 969 KB
Nombre d'Installations 71
Version Actuelle 1.2.1
Dernière Mise à Jour 2023-06-08
Date de Publication 2022-04-20
Évaluation 5.00/5 Total 4 Évaluations
Développeur Eli Siskind
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}