Barons Toolbox - Splinterlands Enhancement

This Barons Toolbox chrome extension is specifically for the www.splinterlands.com trading card game.

什么是Barons Toolbox - Splinterlands Enhancement?

Barons Toolbox - Splinterlands Enhancement是由https://baronstoolbox.com开发的Chrome扩展程序,该扩展的主要功能是“This Barons Toolbox chrome extension is specifically for the www.splinterlands.com trading card game.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载Barons Toolbox - Splinterlands Enhancement扩展crx文件

下载Barons Toolbox - Splinterlands Enhancement扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Barons Toolbox - Splinterlands UI Browser Enhancement for the game Splinterlands!  

Splinterlands leverages Web3, Crypto, NFT's on the HIVE Blockchain.   Splinterlands is a Fantasy based TCG / CCG (Trading Card Game)  where you get a set of rules and you have 3 minutes to build the best team you can for that ruleset, using on the cards you own or are renting.

Features:
1) Battle screen Focus ability Highlighting!
2) Battle Screen visible abilities filtering bar!
3) Battle screen Show card names on screen.
4) Adjustable Card size with a ZOOM setting for you to make then as small as you like
5) Guild stats for all guild members at a glance!  Includes past 10 brawls!
6) Barons Land display!  much easier on the eyes and you can see all cards at once.
7) Barons Land Market Display and filtering! shows all plots for sale lowest price first.
8) Barons Help Screens - always accessible information screens for: Rules, Abilities, and Focuses (great for new players!)

This tool is brought to you by: 

Splinterlands IGN:   AxlerTwinblade 
Discord:   AxlerTwinblade#8497
Twitch:   https://www.twitch.tv/nfoguides    (Mainly on splinterlandstv channel)
YouTube:    https://www.youtube.com/channel/UCcgREXdXjv1F3JeZ-313p1g
twitter:    https://twitter.com/nfoGuides                    

扩展基本信息

名称 Barons Toolbox - Splinterlands Enhancement Barons Toolbox - Splinterlands Enhancement
ID madnlaffkfcdkhfjgnlehofbakkaflgd
官方URL https://chromewebstore.google.com/detail/barons-toolbox-splinterla/madnlaffkfcdkhfjgnlehofbakkaflgd
简介 This Barons Toolbox chrome extension is specifically for the www.splinterlands.com trading card game.
文件大小 319 KB
安装次数 456
当前版本 0.1.4.0
更新时间 2024-01-23
上架时间 2022-11-21
评分 4.96/5 共25次评分
开发者 https://baronstoolbox.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.baronstoolbox.com
帮助页面URL https://discord.gg/vJq4QF9d7v
隐私政策页面URL https://baronstoolbox.com/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Barons Toolbox - Splinterlands Enhancement",
    "version": "0.1.4.0",
    "manifest_version": 3,
    "description": "This Barons Toolbox chrome extension is specifically for the www.splinterlands.com trading card game.",
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "moment.js",
                "toolbox.js",
                "guilds.js",
                "battle.js",
                "land.js"
            ],
            "css": [
                "toolbox.css",
                "nexttoolbox.css",
                "guilds.css",
                "battle.css",
                "land.css"
            ],
            "matches": [
                "http:\/\/*.splinterlands.com\/*",
                "https:\/\/*.splinterlands.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.splinterlands.com\/",
        "https:\/\/next.splinterlands.com\/"
    ],
    "action": {
        "default_title": "Click for Barons Toolbox Settings",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "\/images\/toolbox16.png",
        "32": "\/images\/toolbox32.png",
        "48": "\/images\/toolbox48.png",
        "128": "\/images\/toolbox128.png"
    },
    "options_page": "options.html"
}