Resin Tracker

A tool to calculate and display a count down for Resin Regeneration for Genshin Impact Players.

ما هو Resin Tracker؟

Resin Tracker هو إضافة Chrome تم تطويرها بواسطة Kagura، والميزة الرئيسية لها هي "A tool to calculate and display a count down for Resin Regeneration for Genshin Impact Players.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Resin Tracker

قم بتنزيل ملفات الامتداد Resin Tracker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension allows you to keep track of Resin Restoration. You can input the hours and minutes remaining for full restore and every time you click the extension you can see the time remaining and how much Resin has been regenerated. This can be helpful to plan and manage your game time.                    

معلومات أساسية عن التمديد

الاسم Resin Tracker Resin Tracker
ID jdmjddhkihfenpcdcbkmfbkphkmaiedn
عنوان URL الرسمي https://chromewebstore.google.com/detail/resin-tracker/jdmjddhkihfenpcdcbkmfbkphkmaiedn
الوصف A tool to calculate and display a count down for Resin Regeneration for Genshin Impact Players.
حجم الملف 38.08 KB
عدد التثبيتات 14
النسخة الحالية 1.0.0
آخر تحديث 2023-02-04
تاريخ النشر 2023-02-02
المطور Kagura
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://discord.gg/f26JFpyEng
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Resin Tracker",
    "version": "1.0.0",
    "description": "A tool to calculate and display a count down for Resin Regeneration for Genshin Impact Players.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "notifications",
        "alarms",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    }
}