Gwent Profile Helper

Show opponent's stats in Match History

Что такое Gwent Profile Helper?

Gwent Profile Helper - это расширение Chrome, разработанное https://efprojects.com, и его основная функция - "Show opponent's stats in Match History".

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

screenshot

Скачать файл CRX расширения Gwent Profile Helper

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

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

                        Show opponent's stats (Level, Rank, Winrate, MMR) in Match History on PlayGwent.com                    

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

Название Gwent Profile Helper Gwent Profile Helper
ID ilhfdjfebpijglinemdefamhfcdddmbf
Официальный URL https://chromewebstore.google.com/detail/gwent-profile-helper/ilhfdjfebpijglinemdefamhfcdddmbf
Описание Show opponent's stats in Match History
Размер файла 42.38 KB
Количество установок 169
Текущая Версия 1.1
Последнее Обновление 2022-02-09
Дата публикации 2022-02-06
Рейтинг 5.00/5 Всего 5 оценок
Разработчик https://efprojects.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/Egor3f/gwent-profile-helper
URL страницы помощи https://github.com/Egor3f/gwent-profile-helper
URL страницы политики конфиденциальности https://efprojects.com/gwent_profile_helper_1/privacy_policy.html
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gwent Profile Helper",
    "version": "1.1",
    "manifest_version": 3,
    "description": "Show opponent's stats in Match History",
    "homepage_url": "https:\/\/github.com\/Egor3f\/gwent-profile-helper",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.playgwent.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.playgwent.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}