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 |
Eメール | [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\/*" ] } ] } |