FF14 The Lodestone Improve: Astrild

Improve FF14 The Lodestone Blog Page.

FF14 The Lodestone Improve: Astrild란 무엇입니까?

FF14 The Lodestone Improve: Astrild은(는) BIG-MON에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improve FF14 The Lodestone Blog Page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

FF14 The Lodestone Improve: Astrild 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}