FF14 The Lodestone Improve: Astrild

Improve FF14 The Lodestone Blog Page.

O que é FF14 The Lodestone Improve: Astrild?

FF14 The Lodestone Improve: Astrild é uma extensão do Chrome desenvolvida por BIG-MON, e sua principal característica é "Improve FF14 The Lodestone Blog Page.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão FF14 The Lodestone Improve: Astrild

Baixe arquivos de extensão FF14 The Lodestone Improve: Astrild no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome FF14 The Lodestone Improve: Astrild FF14 The Lodestone Improve: Astrild
ID ldnbicllipdlebclgijapccgefhkkfic
URL Oficial https://chromewebstore.google.com/detail/ff14-the-lodestone-improv/ldnbicllipdlebclgijapccgefhkkfic
Descrição Improve FF14 The Lodestone Blog Page.
Tamanho do Arquivo 101 KB
Contagem de Instalações 100
Versão Atual 2.3.1
Última Atualização 2022-06-06
Data de Publicação 2020-01-26
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor BIG-MON
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/big-mon/ff14-lodestone-view
URL da Página de Ajuda https://github.com/big-mon/ff14-lodestone-view
Idiomas Suportados 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"
    ]
}