FFXIV LodeStone Readable

FFXIV LodeStone Readable is an extension that updates the diary related appearance in FINAL FANTASY XIV The LodeStone.

O que é FFXIV LodeStone Readable?

FFXIV LodeStone Readable é uma extensão do Chrome desenvolvida por Ryuryan, e sua principal característica é "FFXIV LodeStone Readable is an extension that updates the diary related appearance in FINAL FANTASY XIV The LodeStone.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão FFXIV LodeStone Readable

Baixe arquivos de extensão FFXIV LodeStone Readable 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

                        【FFXIV LodeStone Readable】は、FINAL FANTASY XIV The LodeStone内にある日記関連の見やすくする拡張機能です。


--------------------

記載されている会社名・製品名・システム名などは、各社の商標、または登録商標です。
Copyright (C) 2010 - 2019 SQUARE ENIX CO., LTD. All Rights Reserved.                    

Informações Básicas da Extensão

Nome FFXIV LodeStone Readable FFXIV LodeStone Readable
ID gpbknebphaigdbiklghpngglmpgkhehb
URL Oficial https://chrome.google.com/webstore/detail/ffxiv-lodestone-readable/gpbknebphaigdbiklghpngglmpgkhehb
Descrição FFXIV LodeStone Readable is an extension that updates the diary related appearance in FINAL FANTASY XIV The LodeStone.
Tamanho do Arquivo 47.94 KB
Contagem de Instalações 129
Versão Atual 1.3.3
Última Atualização 2019-08-29
Data de Publicação 2019-08-29
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor Ryuryan
Tipo de Pagamento free
Site da Extensão https://twitter.com/home?lang=ja
Idiomas Suportados ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FFXIV LodeStone Readable",
    "short_name": "lodestone readable",
    "author": "Ryuryan Santa",
    "description": "FFXIV LodeStone Readable is an extension that updates the diary related appearance in FINAL FANTASY XIV The LodeStone.",
    "version": "1.3.3",
    "manifest_version": 2,
    "web_accessible_resources": [
        "lodestone\/images\/*.png"
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "lodestone\/icon16.png",
        "48": "lodestone\/icon48.png",
        "128": "lodestone\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/jp.finalfantasyxiv.com\/lodestone\/blog\/*",
                "https:\/\/na.finalfantasyxiv.com\/lodestone\/blog\/*",
                "https:\/\/eu.finalfantasyxiv.com\/lodestone\/blog\/*",
                "https:\/\/fr.finalfantasyxiv.com\/lodestone\/blog\/*",
                "https:\/\/de.finalfantasyxiv.com\/lodestone\/blog\/*"
            ],
            "css": [
                "lodestone\/style.css"
            ],
            "js": [
                "lodestone\/script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/jp.finalfantasyxiv.com\/lodestone\/character\/*\/blog\/*",
                "https:\/\/na.finalfantasyxiv.com\/lodestone\/character\/*\/blog\/*",
                "https:\/\/eu.finalfantasyxiv.com\/lodestone\/character\/*\/blog\/*",
                "https:\/\/fr.finalfantasyxiv.com\/lodestone\/character\/*\/blog\/*",
                "https:\/\/de.finalfantasyxiv.com\/lodestone\/character\/*\/blog\/*"
            ],
            "css": [
                "lodestone\/style.css"
            ],
            "js": [
                "lodestone\/script.js"
            ]
        }
    ]
}