Splintertools

Create the best team in Splinterlands! Figure out your win rate as you build your team

什麼是Splintertools?

Splintertools是由Splintertools開發的Chrome擴展程式,該擴展的主要功能是“Create the best team in Splinterlands! Figure out your win rate as you build your team”。

擴展截圖

screenshot
screenshot

下載Splintertools擴展crx文件

下載Splintertools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Take your Splinterlands game to the next level.
Create the best team in Splinterlands! Figure out your win rate as you build your team. 
Also adds quality of life features throughout Splinterlands

FREE FEATURES:
• Win rate after the game has been completed
• Rented price of your cards in the card detail section

NOTE: SPLINTERTOOLS PASS IS REQUIRED FOR THIS EXTENSION TO WORK FULLY
https://splintertools.io/purchase?ref=extension

PAID FEATURES; 
 This extension shows
• Expected win rate of your current deck 
• Save and use decks for faster gameplay
• Historical battle decks that others have previously used with the same ruleset and mana cost
• Past 5 decks of the opponent
• Whether your currently built deck win/loses against the historical decks and the recent teams of the opponent

Start a battle in Splinterlands and this extension will show detailed information about the opponent and previous games with the same rules. As you build your team the projected winrate will show below the "Battle" button.

Please report bugs to the discord. https://discord.com/invite/CHS3dxZmrM

Note: You must be a Splintertools.io subscriber in order for this extension for all features to function fully. 

After installing the extension, refresh the Splinterlands page! The extension only works on splinterlands.com. It does not support steemmonsters.com                    

擴展基本資訊

名稱 Splintertools Splintertools
ID bgdbjghkbcogpbaaiiipkflefkpggbcc
官方網址 https://chrome.google.com/webstore/detail/splintertools/bgdbjghkbcogpbaaiiipkflefkpggbcc
簡介 Create the best team in Splinterlands! Figure out your win rate as you build your team
檔案大小 654 KB
安裝次數 1,152
目前版本 1.2.0.23
更新時間 2023-07-02
上架時間 2021-12-20
評分 3.67/5 共 3 次評分
開發者 Splintertools
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://splintertools.io
說明頁面URL https://discord.com/invite/CHS3dxZmrM
隱私政策頁面URL https://splintertools.io/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Splintertools",
    "description": "Create the best team in Splinterlands! Figure out your win rate as you build your team",
    "version": "1.2.0.23",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/splinterlands.com\/*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "about_player.js",
                "main.js",
                "player_decks.js",
                "splintertools.js",
                "splintertools_api.js",
                "splinterlands_api.js",
                "dialog.js",
                "filter_utils.js",
                "utils.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/splintertools_icon32.png",
                "\/images\/splintertools_floppy.png",
                "\/images\/splintertools_delete.png",
                "\/images\/splintertools_use.png",
                "access.js"
            ],
            "matches": [
                "https:\/\/splinterlands.com\/*"
            ]
        }
    ],
    "permissions": [],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/splintertools_icon16.png",
            "32": "\/images\/splintertools_icon32.png",
            "48": "\/images\/splintertools_icon48.png",
            "128": "\/images\/splintertools_icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/splintertools_icon16.png",
        "32": "\/images\/splintertools_icon32.png",
        "48": "\/images\/splintertools_icon48.png",
        "128": "\/images\/splintertools_icon128.png"
    }
}