Sports LIVE

Follow the game

Sports LIVE क्या है?

Sports LIVE https://d2rinternetholdings.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Follow the game"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sports LIVE एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    ]
}