Monster Hunter World - Event Log

Keep track of the Event Quest Schedule. Mark completed ones and hide them if you want.

Что такое Monster Hunter World - Event Log?

Monster Hunter World - Event Log - это расширение Chrome, разработанное alike03, и его основная функция - "Keep track of the Event Quest Schedule. Mark completed ones and hide them if you want.".

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

screenshot

Скачать файл CRX расширения Monster Hunter World - Event Log

Скачайте файлы расширений Monster Hunter World - Event Log в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Keep track of the Event Quest Schedule. Mark completed ones and hide them if you want. This script Supports the PC and the Consoles, Monster Hunter World base game, and Icebourne. Each of them is saved separately. The save files are kept in the local storage of the Browser. If you clear your browser cache the save file would be removed. The Save file is also not available if you change your browser.                    

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

Название Monster Hunter World - Event Log Monster Hunter World - Event Log
ID gfckahhngdcclglbcjijcbdelhblelpp
Официальный URL https://chromewebstore.google.com/detail/monster-hunter-world-even/gfckahhngdcclglbcjijcbdelhblelpp
Описание Keep track of the Event Quest Schedule. Mark completed ones and hide them if you want.
Размер файла 18.35 KB
Количество установок 54
Текущая Версия 1.1
Последнее Обновление 2020-01-26
Дата публикации 2020-01-26
Разработчик alike03
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://github.com/alike03/Userscripts/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Monster Hunter World - Event Log",
    "description": "Keep track of the Event Quest Schedule. Mark completed ones and hide them if you want.",
    "version": "1.1",
    "homepage_url": "https:\/\/github.com\/alike03\/Userscripts",
    "icons": {
        "48": "icon.png",
        "96": "[email protected]"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/game.capcom.com\/world\/*schedule*.html"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}