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 |
官方網址 | 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\/*" ] } ] } |