Beehive

Play the New York Times Spelling Bee with friends!

Co je Beehive?

Beehive je rozšíření Chrome vyvinuté Eli Siskind, a jeho hlavní funkcí je „Play the New York Times Spelling Bee with friends!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Beehive

Stáhněte si soubory rozšíření Beehive ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Beehive Beehive
ID inghggfaolaofdeienkonigkcmomeadc
Oficiální URL https://chromewebstore.google.com/detail/beehive/inghggfaolaofdeienkonigkcmomeadc
Popis Play the New York Times Spelling Bee with friends!
Velikost souboru 969 KB
Počet instalací 71
Aktuální Verze 1.2.1
Poslední Aktualizace 2023-06-08
Datum Vydání 2022-04-20
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář Eli Siskind
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/*"
            ]
        }
    ]
}