散樱乱武对战模拟器卡图插件 Furuyoni Simulator Image Loader

本插件是桌游“散樱乱武 新幕”的准官方模拟器专用。为模拟器提供日文卡图。Common中使用的图像作为准官方工具的辅助得到BakaFire Party的许可可以使用。

Qu'est-ce que 散樱乱武对战模拟器卡图插件 Furuyoni Simulator Image Loader ?

散樱乱武对战模拟器卡图插件 Furuyoni Simulator Image Loader est une extension Chrome développée par 水稻, et sa fonction principale est "本插件是桌游“散樱乱武 新幕”的准官方模拟器专用。为模拟器提供日文卡图。Common中使用的图像作为准官方工具的辅助得到BakaFire Party的许可可以使用。".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension 散樱乱武对战模拟器卡图插件 Furuyoni Simulator Image Loader

Téléchargez les fichiers d'extension 散樱乱武对战模拟器卡图插件 Furuyoni Simulator 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

                        最近更新

2024-01-22
支援第八扩张S8、第九扩张S9

2023-08-19
恢复支持

2022-05-21
支援第七扩张S7-2

2022-02-08
支援第六扩张S7

本插件是桌游“散樱乱武 新幕”的准官方模拟器专用。为模拟器提供日文卡图。
Common中使用的图像作为准官方工具的辅助得到BakaFire Party的许可可以使用。
对战模拟器:https://furuyoni-simulator.herokuapp.com/
插图来源:TOKIAME,BakaFire(https://main-bakafire.ssl-lolipop.jp/furuyoni/na/rule.html)
本插件是桌游“散樱乱武 新幕”的准官方模拟器专用。为模拟器提供日文卡图。Common中使用的图像作为准官方工具的辅助得到BakaFire Party的许可可以使用。对战模拟器:https://furuyoni-simulator.herokuapp.com/ 插图来源:TOKIAME,BakaFire(https://main-bakafire.ssl-lolipop.jp/furuyoni/na/rule.html)

This Plug-in is for Furuyoni Simulator for the boardgame 『桜降る代に決闘を 新幕』.
It contains the image of this game in Japanese.
The images used is acting as a support tool for this simulator, and have permitted by BakaFire Party.
URL of the Simulator:https://furuyoni-simulator.herokuapp.com/
The images come from: TOKIAME, BakaFire(https://main-bakafire.ssl-lolipop.jp/furuyoni/na/rule.html)                    

Informations de Base sur l'Extension

Nom 散樱乱武对战模拟器卡图插件 Furuyoni Simulator Image Loader 散樱乱武对战模拟器卡图插件 Furuyoni Simulator Image Loader
ID jgdkgeeppknnajkmhfjgjjekmhcggaki
URL Officiel https://chromewebstore.google.com/detail/%E6%95%A3%E6%A8%B1%E4%B9%B1%E6%AD%A6%E5%AF%B9%E6%88%98%E6%A8%A1%E6%8B%9F%E5%99%A8%E5%8D%A1%E5%9B%BE%E6%8F%92%E4%BB%B6-furuyoni-si/jgdkgeeppknnajkmhfjgjjekmhcggaki
Description 本插件是桌游“散樱乱武 新幕”的准官方模拟器专用。为模拟器提供日文卡图。Common中使用的图像作为准官方工具的辅助得到BakaFire Party的许可可以使用。
Taille du Fichier 28.63 MB
Nombre d'Installations 541
Version Actuelle 1.7
Dernière Mise à Jour 2024-01-22
Date de Publication 2020-02-24
Évaluation 5.00/5 Total 7 Évaluations
Développeur 水稻
Email [email protected]
Type de Paiement free
Langues Prises en Charge zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u6563\u6a31\u4e71\u6b66\u5bf9\u6218\u6a21\u62df\u5668\u5361\u56fe\u63d2\u4ef6 Furuyoni Simulator Image Loader",
    "description": "\u672c\u63d2\u4ef6\u662f\u684c\u6e38\u201c\u6563\u6a31\u4e71\u6b66 \u65b0\u5e55\u201d\u7684\u51c6\u5b98\u65b9\u6a21\u62df\u5668\u4e13\u7528\u3002\u4e3a\u6a21\u62df\u5668\u63d0\u4f9b\u65e5\u6587\u5361\u56fe\u3002Common\u4e2d\u4f7f\u7528\u7684\u56fe\u50cf\u4f5c\u4e3a\u51c6\u5b98\u65b9\u5de5\u5177\u7684\u8f85\u52a9\u5f97\u5230BakaFire Party\u7684\u8bb8\u53ef\u53ef\u4ee5\u4f7f\u7528\u3002",
    "version": "1.7",
    "permissions": [],
    "host_permissions": [
        "https:\/\/furuyoni-simulator.herokuapp.com\/play2\/",
        "https:\/\/furuyoni-simulator.herokuapp.com\/watch2\/"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/furuyoni-simulator.herokuapp.com\/play2\/*",
                "https:\/\/furuyoni-simulator.herokuapp.com\/watch2\/*"
            ],
            "css": [
                "css\/main.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/card\/*.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}