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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } ] } |