Sports LIVE
Follow the game
什么是Sports LIVE?
Sports LIVE是由https://d2rinternetholdings.com开发的Chrome扩展程序,该扩展的主要功能是“Follow the game”。
扩展截图
下载Sports LIVE扩展crx文件
下载Sports LIVE扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } |