Sports LIVE

Follow the game

Co je Sports LIVE?

Sports LIVE je rozšíření Chrome vyvinuté https://d2rinternetholdings.com, a jeho hlavní funkcí je „Follow the game“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Sports LIVE

Stáhněte si soubory rozšíření Sports LIVE ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Sports LIVE Sports LIVE
ID gmnigjlgmehknoehmphagiofkockcidk
Oficiální URL https://chromewebstore.google.com/detail/sports-live/gmnigjlgmehknoehmphagiofkockcidk
Popis Follow the game
Velikost souboru 942 KB
Počet instalací 2,364
Aktuální Verze 7.4
Poslední Aktualizace 2023-07-18
Datum Vydání 2020-07-07
Hodnocení 4.50/5 Celkem 8 Hodnocení
Vývojář https://d2rinternetholdings.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.d2rinternetholdings.com/sportslive
URL Stránky Nápovědy https://www.d2rinternetholdings.com/contact
URL Stránky Zásad Ochrany Soukromí https://www.d2rinternetholdings.com/privacypolicy
Podporované Jazyky 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"
    ]
}