Sports LIVE

Follow the game

Что такое Sports LIVE?

Sports LIVE - это расширение Chrome, разработанное https://d2rinternetholdings.com, и его основная функция - "Follow the game".

Снимки экрана расширения

screenshot

Скачать файл 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 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"
    ]
}