Sports LIVE
Follow the game
Sports LIVE란 무엇입니까?
Sports LIVE은(는) https://d2rinternetholdings.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Follow the game"입니다.
확장 프로그램 스크린샷
Sports LIVE 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Sports LIVE extension & Search By D2R Internet Holdings You love sports but you hate having to browse many websites for live scores. Sports Live Extension is here to improve your sports experience on the web. Get fast and easy access to major websites that are providing real-time updates of sports (Football, Soccer, Baseball, Basketball, Tennis, Handball, Volleyball). Please note that the use of the search feature within the new tab extension will be provided by Bing; Please read carefully: By installing the Sports LIVE extension you agree to install this application, and you agree to the End User License Agreement and the Privacy Policy. End User License Agreement - https://www.d2rinternetholdings.com/termsconditions-sport/ Privacy Policy - https://www.d2rinternetholdings.com/privacypolicy-sports/ you may remove this extension at any time from the chrome extension page
확장 프로그램 기본 정보
이름 | Sports LIVE |
ID | gmnigjlgmehknoehmphagiofkockcidk |
공식 URL | https://chromewebstore.google.com/detail/sports-live/gmnigjlgmehknoehmphagiofkockcidk |
설명 | Follow the game |
파일 크기 | 942 KB |
설치 횟수 | 2,364 |
현재 버전 | 7.4 |
최근 업데이트 | 2023-07-18 |
출시 날짜 | 2020-07-07 |
평점 | 4.50/5 총 8 개의 평점 |
개발자 | https://d2rinternetholdings.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.d2rinternetholdings.com/sportslive |
도움말 페이지 URL | https://www.d2rinternetholdings.com/contact |
개인정보 보호 정책 페이지 URL | https://www.d2rinternetholdings.com/privacypolicy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sports LIVE", "version": "7.4", "manifest_version": 3, "description": "Follow the game", "icons": { "16": "images\/icon_19.png", "48": "images\/icon_38.png", "128": "images\/icon_128.png" }, "browser_action": { "default_title": "Sports LIVE - Follow the game", "default_icon": { "16": "images\/icon_19.png", "48": "images\/icon_38.png" }, "default_popup": "html\/main.html" }, "background": { "service_worker": "js\/background.js" }, "chrome_url_overrides": { "newtab": "html\/new_tab.html" }, "permissions": [ "topSites", "chrome:\/\/favicon\/*", "storage" ] } |