散樱乱武对战模拟器卡图插件 Furuyoni Simulator Image Loader
本插件是桌游“散樱乱武 新幕”的准官方模拟器专用。为模拟器提供日文卡图。Common中使用的图像作为准官方工具的辅助得到BakaFire Party的许可可以使用。
What is 散樱乱武对战模拟器卡图插件 Furuyoni Simulator Image Loader?
散樱乱武对战模拟器卡图插件 Furuyoni Simulator Image Loader is a Chrome extension developed by 水稻, and its main feature is "本插件是桌游“散樱乱武 新幕”的准官方模拟器专用。为模拟器提供日文卡图。Common中使用的图像作为准官方工具的辅助得到BakaFire Party的许可可以使用。".
Extension Screenshots
Download 散樱乱武对战模拟器卡图插件 Furuyoni Simulator Image Loader Extension CRX File
Download 散樱乱武对战模拟器卡图插件 Furuyoni Simulator 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
最近更新 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)
Extension Basic Information
Name | 散樱乱武对战模拟器卡图插件 Furuyoni Simulator Image Loader |
ID | jgdkgeeppknnajkmhfjgjjekmhcggaki |
Official URL | 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的许可可以使用。 |
File Size | 28.63 MB |
Installation Count | 541 |
Current Version | 1.7 |
Last Updated | 2024-01-22 |
Publish Date | 2020-02-24 |
Rating | 5.00/5 Total 7 Ratings |
Developer | 水稻 |
[email protected] | |
Payment Type | free |
Supported Languages | 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:\/\/*\/*" ] } ] } |