Beehive
Play the New York Times Spelling Bee with friends!
Beehive là gì?
Beehive là một tiện ích mở rộng Chrome được phát triển bởi Eli Siskind, và tính năng chính của nó là "Play the New York Times Spelling Bee with friends!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Beehive
Tải xuống các tệp mở rộng Beehive dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Beehive |
ID | inghggfaolaofdeienkonigkcmomeadc |
URL Chính Thức | https://chromewebstore.google.com/detail/beehive/inghggfaolaofdeienkonigkcmomeadc |
Mô tả | Play the New York Times Spelling Bee with friends! |
Kích Thước Tệp | 969 KB |
Số Lần Cài Đặt | 71 |
Phiên Bản Hiện Tại | 1.2.1 |
Cập Nhật Lần Cuối | 2023-06-08 |
Ngày Phát Hành | 2022-04-20 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Eli Siskind |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |