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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
            ]
        }
    ]
}