FFXIV Lodestone iLevel

Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang.

ما هو FFXIV Lodestone iLevel؟

FFXIV Lodestone iLevel هو إضافة Chrome تم تطويرها بواسطة ascobol، والميزة الرئيسية لها هي "Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang.".

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

screenshot

تحميل ملف CRX للإضافة FFXIV Lodestone iLevel

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

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

                        Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang.                    

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

الاسم FFXIV Lodestone iLevel FFXIV Lodestone iLevel
ID fplimaeabafpglhadkimoloonjogdnff
عنوان URL الرسمي https://chromewebstore.google.com/detail/ffxiv-lodestone-ilevel/fplimaeabafpglhadkimoloonjogdnff
الوصف Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang.
حجم الملف 56.36 KB
عدد التثبيتات 32
النسخة الحالية 0.0.3
آخر تحديث 2017-03-31
تاريخ النشر 2017-03-31
تقييم 3.33/5 مجموع تقييمات 3
المطور ascobol
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Ascobol",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery-2.0.2.min.js",
                "background.js"
            ],
            "matches": [
                "*:\/\/*.finalfantasyxiv.com\/lodestone\/character\/*\/"
            ]
        }
    ],
    "description": "Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang.",
    "icons": {
        "128": "icon128.png",
        "32": "icon32.png"
    },
    "name": "FFXIV Lodestone iLevel",
    "short_name": "FFXIV iLvl",
    "manifest_version": 2,
    "version": "0.0.3"
}