Sports LIVE
Follow the game
Sports LIVEคืออะไร?
Sports LIVE เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://d2rinternetholdings.com และคุณลักษณะหลักของมันคือ "Follow the game"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sports LIVE
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |