FFXIV Lodestone iLevel

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

FFXIV Lodestone iLevel là gì?

FFXIV Lodestone iLevel là một tiện ích mở rộng Chrome được phát triển bởi ascobol, và tính năng chính của nó là "Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng FFXIV Lodestone iLevel

Tải xuống các tệp mở rộng FFXIV Lodestone iLevel dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FFXIV Lodestone iLevel FFXIV Lodestone iLevel
ID fplimaeabafpglhadkimoloonjogdnff
URL Chính Thức https://chromewebstore.google.com/detail/ffxiv-lodestone-ilevel/fplimaeabafpglhadkimoloonjogdnff
Mô tả Display a character's item level in the FFXIV Lodestone. Based on the addon by Timothy Yang.
Kích Thước Tệp 56.36 KB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2017-03-31
Ngày Phát Hành 2017-03-31
Đánh Giá 3.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển ascobol
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}