FFXIV LodeStone Readable

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

Qu'est-ce que FFXIV LodeStone Readable ?

FFXIV LodeStone Readable est une extension Chrome développée par Ryuryan, et sa fonction principale est "FFXIV LodeStone Readable is an extension that updates the diary related appearance in FINAL FANTASY XIV The LodeStone.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension FFXIV LodeStone Readable

Téléchargez les fichiers d'extension FFXIV LodeStone Readable au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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


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

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

Informations de Base sur l'Extension

Nom FFXIV LodeStone Readable FFXIV LodeStone Readable
ID gpbknebphaigdbiklghpngglmpgkhehb
URL Officiel https://chrome.google.com/webstore/detail/ffxiv-lodestone-readable/gpbknebphaigdbiklghpngglmpgkhehb
Description FFXIV LodeStone Readable is an extension that updates the diary related appearance in FINAL FANTASY XIV The LodeStone.
Taille du Fichier 47.94 KB
Nombre d'Installations 129
Version Actuelle 1.3.3
Dernière Mise à Jour 2019-08-29
Date de Publication 2019-08-29
Évaluation 5.00/5 Total 5 Évaluations
Développeur Ryuryan
Type de Paiement free
Site Web de l'Extension https://twitter.com/home?lang=ja
Langues Prises en Charge 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"
            ]
        }
    ]
}