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 |
Eメール | [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" ] } |