FF14 The Lodestone Improve: Astrild

Improve FF14 The Lodestone Blog Page.

FF14 The Lodestone Improve: Astrild क्या है?

FF14 The Lodestone Improve: Astrild BIG-MON द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improve FF14 The Lodestone Blog Page."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FF14 The Lodestone Improve: Astrild एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The entire page will be simple and elegant, so you can easy to explore FF14 community. This extension works for Final Fantasy XIV The Lodestone.

In diary's list page:
The aligned entries will greet you. 

In diary's detail page:
The expanded space improves the sense of immersion in the diary, and the enlarged screenshot is displayed vividly.

Block list function:
It is possible to block from the details page of the diary of the user who wants to block. By adding to the block list, the user's diary will be hidden from the list page in the future.

Creator & GitHub:
Mon Meghnad at Ultima of Gaia
https://jp.finalfantasyxiv.com/lodestone/character/23144084/
https://github.com/big-mon/lodestone-view                    

एक्सटेंशन की मूल जानकारी

नाम FF14 The Lodestone Improve: Astrild FF14 The Lodestone Improve: Astrild
ID ldnbicllipdlebclgijapccgefhkkfic
आधिकारिक URL https://chromewebstore.google.com/detail/ff14-the-lodestone-improv/ldnbicllipdlebclgijapccgefhkkfic
विवरण Improve FF14 The Lodestone Blog Page.
फ़ाइल का आकार 101 KB
स्थापना संख्या 100
वर्तमान संस्करण 2.3.1
अंतिम अपडेट 2022-06-06
प्रकाशन तिथि 2020-01-26
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर BIG-MON
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/big-mon/ff14-lodestone-view
सहायता पृष्ठ URL https://github.com/big-mon/ff14-lodestone-view
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FF14 The Lodestone Improve: Astrild",
    "short_name": "Astrild",
    "version": "2.3.1",
    "description": "__MSG_appDesc__",
    "default_locale": "ja",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.finalfantasyxiv.com\/lodestone\/character\/*\/blog*",
                "https:\/\/*.finalfantasyxiv.com\/lodestone\/blog*"
            ],
            "css": [],
            "js": [
                "js\/contentScripts.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": "images\/icon48.png",
        "default_title": "",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "storage"
    ]
}