Sports LIVE

Follow the game

Cos'è Sports LIVE?

Sports LIVE è un'estensione di Chrome sviluppata da https://d2rinternetholdings.com, e la sua funzione principale è "Follow the game".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Sports LIVE

Scarica i file di estensione Sports LIVE in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Sports LIVE Sports LIVE
ID gmnigjlgmehknoehmphagiofkockcidk
URL Ufficiale https://chromewebstore.google.com/detail/sports-live/gmnigjlgmehknoehmphagiofkockcidk
Descrizione Follow the game
Dimensione del File 942 KB
Conteggio Installazioni 2,364
Versione Corrente 7.4
Ultimo Aggiornamento 2023-07-18
Data di Pubblicazione 2020-07-07
Valutazione 4.50/5 Totale 8 Valutazioni
Sviluppatore https://d2rinternetholdings.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.d2rinternetholdings.com/sportslive
URL della Pagina di Aiuto https://www.d2rinternetholdings.com/contact
URL della Pagina della Politica sulla Privacy https://www.d2rinternetholdings.com/privacypolicy
Lingue Supportate 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"
    ]
}