Sports LIVE

Follow the game

¿Qué es Sports LIVE?

Sports LIVE es una extensión de Chrome desarrollada por https://d2rinternetholdings.com, y su función principal es "Follow the game".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Sports LIVE

Descarga archivos de extensión Sports LIVE en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Sports LIVE Sports LIVE
ID gmnigjlgmehknoehmphagiofkockcidk
URL Oficial https://chromewebstore.google.com/detail/sports-live/gmnigjlgmehknoehmphagiofkockcidk
Descripción Follow the game
Tamaño del Archivo 942 KB
Cantidad de Instalaciones 2,364
Versión Actual 7.4
Última Actualización 2023-07-18
Fecha de Publicación 2020-07-07
Calificación 4.50/5 Total de 8 Calificaciones
Desarrollador https://d2rinternetholdings.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.d2rinternetholdings.com/sportslive
URL de la Página de Ayuda https://www.d2rinternetholdings.com/contact
URL de la Página de Política de Privacidad https://www.d2rinternetholdings.com/privacypolicy
Idiomas Soportados 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"
    ]
}