FBS Image Loader

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

What is FBS Image Loader?

FBS Image Loader is a Chrome extension developed by owl8hukurou, and its main feature is "『桜降る代に決闘を』の準公式ツールであるふるよにボードシミュレータにおいてカード画像を表示するためのツールです。".

Extension Screenshots

screenshot
screenshot

Download FBS Image Loader Extension CRX File

Download FBS Image Loader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ふるよにボードシミュレータのカードがコモンズのカード画像に差し替えられます。
コモンズの画像は準公式ツールの補助として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
一部のカードが正常に表示されないバグを修正。
カード画像のサイズが一部揃っていなかったのを修正。                    

Extension Basic Information

Name FBS Image Loader FBS Image Loader
ID epcidipbkpejfnnllkgaomnhkkmagclm
Official URL https://chromewebstore.google.com/detail/fbs-image-loader/epcidipbkpejfnnllkgaomnhkkmagclm
Description 『桜降る代に決闘を』の準公式ツールであるふるよにボードシミュレータにおいてカード画像を表示するためのツールです。
File Size 59.03 MB
Installation Count 1,586
Current Version 1.3.3
Last Updated 2024-03-03
Publish Date 2020-02-20
Rating 5.00/5 Total 4 Ratings
Developer owl8hukurou
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}