Beehive
Play the New York Times Spelling Bee with friends!
什么是Beehive?
Beehive是由Eli Siskind开发的Chrome扩展程序,该扩展的主要功能是“Play the New York Times Spelling Bee with friends!”。
扩展截图
下载Beehive扩展crx文件
下载Beehive扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | Beehive |
ID | inghggfaolaofdeienkonigkcmomeadc |
官方URL | https://chromewebstore.google.com/detail/beehive/inghggfaolaofdeienkonigkcmomeadc |
简介 | Play the New York Times Spelling Bee with friends! |
文件大小 | 969 KB |
安装次数 | 71 |
当前版本 | 1.2.1 |
更新时间 | 2023-06-08 |
上架时间 | 2022-04-20 |
评分 | 5.00/5 共4次评分 |
开发者 | Eli Siskind |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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\/*" ] } ] } |