FBS Image Loader

『桜降る代に決闘を』の準公式ツールであるふるよにボードシミュレータにおいてカード画像を表示するためのツールです。

Qu'est-ce que FBS Image Loader ?

FBS Image Loader est une extension Chrome développée par owl8hukurou, et sa fonction principale est "『桜降る代に決闘を』の準公式ツールであるふるよにボードシミュレータにおいてカード画像を表示するためのツールです。".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension FBS Image Loader

Téléchargez les fichiers d'extension FBS Image Loader 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

                        ふるよにボードシミュレータのカードがコモンズのカード画像に差し替えられます。
コモンズの画像は準公式ツールの補助としてBakaFire Partyの許可を受けて使用しております。
ふるよにボードシミュレータ(https://furuyoni-simulator.herokuapp.com/)
ふるよにコモンズ/BakaFire,TOKIAME(https://main-bakafire.ssl-lolipop.jp/furuyoni/na/rule.html)

ver1.3.0
アキナ・シスイといった新メガミに対応。
中国語に対応

ver1.3.1
一部のカードが正常に表示されないバグを修正。
カード画像のサイズが一部揃っていなかったのを修正。                    

Informations de Base sur l'Extension

Nom FBS Image Loader FBS Image Loader
ID epcidipbkpejfnnllkgaomnhkkmagclm
URL Officiel https://chromewebstore.google.com/detail/fbs-image-loader/epcidipbkpejfnnllkgaomnhkkmagclm
Description 『桜降る代に決闘を』の準公式ツールであるふるよにボードシミュレータにおいてカード画像を表示するためのツールです。
Taille du Fichier 59.03 MB
Nombre d'Installations 1,586
Version Actuelle 1.3.3
Dernière Mise à Jour 2024-03-03
Date de Publication 2020-02-20
Évaluation 5.00/5 Total 4 Évaluations
Développeur owl8hukurou
Email [email protected]
Type de Paiement free
Langues Prises en Charge ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FBS Image Loader",
    "version": "1.3.3",
    "description": "\u300e\u685c\u964d\u308b\u4ee3\u306b\u6c7a\u95d8\u3092\u300f\u306e\u6e96\u516c\u5f0f\u30c4\u30fc\u30eb\u3067\u3042\u308b\u3075\u308b\u3088\u306b\u30dc\u30fc\u30c9\u30b7\u30df\u30e5\u30ec\u30fc\u30bf\u306b\u304a\u3044\u3066\u30ab\u30fc\u30c9\u753b\u50cf\u3092\u8868\u793a\u3059\u308b\u305f\u3081\u306e\u30c4\u30fc\u30eb\u3067\u3059\u3002",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/furuyoni-simulator.herokuapp.com\/*"
            ],
            "js": [
                "imageloader.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "cardlist_ja.json",
                "cardlist_en.json",
                "cardlist_ko.json",
                "cardlist_zh.json",
                "cardlist_zhg1.json",
                "cards\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}