ESPN Tempo Free Box
Show live Four Factors stats for College Hoops
ESPN Tempo Free Box란 무엇입니까?
ESPN Tempo Free Box은(는) Bart Torvik에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show live Four Factors stats for College Hoops"입니다.
확장 프로그램 스크린샷
ESPN Tempo Free Box 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
For any college basketball game, this will replace the standard half-by-half breakdown at the top of the page with a break down of the core tempo-free statistics for that game: points per possession, effective field goal percentage, offensive rebounding percentage, turnover rate, and free throw rate. This will work for games that have gone final, but also for games in progress! Note that the tempo-free stats will only be as good as the stats provided by ESPN. So to the extent those stats are wrong (or incomplete) the tempo-free stats may not be completely accurate. In particular, it may be that the the live box score stats will not include team rebounds and team turnovers. That will make the possession calculations inaccurate. But it's usually still pretty close. On installation, this should start working automatically but you might need to manually refresh the boxscore page once or twice to kickstart things, and also you may need to refresh every once a while thereafter. Number of possessions and auto-updates the stats every 15 seconds. You can also just click on the four-factors area to manually update to the latest available stats. Now works women's NCAA boxscore pages as well. (Version 0.0.8 fixes bug that makes it works for women again.)
확장 프로그램 기본 정보
이름 | ESPN Tempo Free Box |
ID | aojnohijgfljoaikgpmehcbhfpbdibnh |
공식 URL | https://chromewebstore.google.com/detail/espn-tempo-free-box/aojnohijgfljoaikgpmehcbhfpbdibnh |
설명 | Show live Four Factors stats for College Hoops |
파일 크기 | 117 KB |
설치 횟수 | 725 |
현재 버전 | 0.0.8 |
최근 업데이트 | 2023-11-25 |
출시 날짜 | 2021-01-12 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Bart Torvik |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://barttorvik.com |
개인정보 보호 정책 페이지 URL | https://barttorvik.com/espnboxprivacypolicy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ESPN Tempo Free Box", "version": "0.0.8", "manifest_version": 2, "description": "Show live Four Factors stats for College Hoops", "homepage_url": "http:\/\/barttorvik.com", "icons": { "16": "icons\/icon19.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "page_action": { "default_icon": "icons\/icon19.png", "default_title": "page action demo", "default_popup": "page_action.html" }, "content_scripts": [ { "matches": [ "https:\/\/espn.com\/mens-college-basketball*", "https:\/\/www.espn.com\/mens-college-basketball*", "https:\/\/www.espn.com\/womens-college-basketball*", "https:\/\/espn.com\/mens-college-basketball*" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/espnlive.js" ] } ] } |