HLTV Matches

Displays matches of the day from HLTV

Что такое HLTV Matches?

HLTV Matches - это расширение Chrome, разработанное Tibi, и его основная функция - "Displays matches of the day from HLTV".

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

screenshot

Скачать файл CRX расширения HLTV Matches

Скачайте файлы расширений HLTV Matches в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        The HLTV Matches extension provides real-time and upcoming CS2 match data from HLTV. It efficiently fetches and displays match data, team details, and event information in a user-friendly popup, allowing CS2 fans to stay updated without having to visit the HLTV website.                    

Основная информация о расширении

Название HLTV Matches HLTV Matches
ID mgngboaodngnlgbcfokbdehhdjfdjbcf
Официальный URL https://chromewebstore.google.com/detail/hltv-matches/mgngboaodngnlgbcfokbdehhdjfdjbcf
Описание Displays matches of the day from HLTV
Размер файла 558 KB
Количество установок 50
Текущая Версия 1.09
Последнее Обновление 2024-02-23
Дата публикации 2023-10-04
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Tibi
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/netistul/HLTV-Chrome-Extension
URL страницы помощи https://github.com/netistul/HLTV-Chrome-Extension
URL страницы политики конфиденциальности https://www.freeprivacypolicy.com/live/e5af4819-e670-4d06-900c-4871c0fba710
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HLTV Matches",
    "version": "1.09",
    "description": "Displays matches of the day from HLTV",
    "permissions": [
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/bby.blob.core.windows.net\/hltv\/matches.json"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}