Basketball Box Scores
The best NBA browser extension with box scores, standings, highlights and more!
Basketball Box Scores란 무엇입니까?
Basketball Box Scores은(는) https://boxscores.site에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The best NBA browser extension with box scores, standings, highlights and more!"입니다.
확장 프로그램 스크린샷
Basketball Box Scores 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The best chrome extension for NBA box score, standings, highlights and more! What is this all about? This is an extension that allows basketball enthusiast to enjoy the game without the pain to search match statues online. Gives you detailed box scores with a single click! With this extension's help, it can be simplified. Only shows user what is necessary and highlights good and bad performances. Features - Daily scores - Detailed box scores - Highlight videos from YouTube - Dark mode - Standings of the season - Playoffs of the season - Ability to select a favorite team - Notifications 1.6.0/1.6.1 Updates (2023-12-22) - Add an option for adding favorite player - Add an option for sorting games chronologically - Add arena information
확장 프로그램 기본 정보
이름 | Basketball Box Scores |
ID | mfmkedeaebcckihpinmhkadoagdbifaa |
공식 URL | https://chromewebstore.google.com/detail/basketball-box-scores/mfmkedeaebcckihpinmhkadoagdbifaa |
설명 | The best NBA browser extension with box scores, standings, highlights and more! |
파일 크기 | 778 KB |
설치 횟수 | 10,165 |
현재 버전 | 1.6.1 |
최근 업데이트 | 2023-12-29 |
출시 날짜 | 2020-03-08 |
평점 | 4.95/5 총 116 개의 평점 |
개발자 | https://boxscores.site |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Basketball Box Scores", "description": "The best NBA browser extension with box scores, standings, highlights and more!", "version": "1.6.1", "icons": { "16": "assets\/png\/icon-2-color-16.png", "48": "assets\/png\/icon-2-color-48.png", "128": "assets\/png\/icon-2-color-128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "48": "assets\/png\/icon-2-color-48.png" } }, "background": { "service_worker": "background.min.js" }, "permissions": [ "storage", "alarms" ], "optional_permissions": [ "notifications" ], "host_permissions": [ "*:\/\/*.nba.com\/", "*:\/\/*.nba.net\/", "*:\/\/*.boxscores.site\/" ] } |