Splintertools

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

Splintertools là gì?

Splintertools là một tiện ích mở rộng Chrome được phát triển bởi Splintertools, và tính năng chính của nó là "Create the best team in Splinterlands! Figure out your win rate as you build your team".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Splintertools

Tải xuống các tệp mở rộng Splintertools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Splintertools Splintertools
ID bgdbjghkbcogpbaaiiipkflefkpggbcc
URL Chính Thức https://chrome.google.com/webstore/detail/splintertools/bgdbjghkbcogpbaaiiipkflefkpggbcc
Mô tả Create the best team in Splinterlands! Figure out your win rate as you build your team
Kích Thước Tệp 654 KB
Số Lần Cài Đặt 1,152
Phiên Bản Hiện Tại 1.2.0.23
Cập Nhật Lần Cuối 2023-07-02
Ngày Phát Hành 2021-12-20
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Splintertools
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://splintertools.io
URL Trang Trợ Giúp https://discord.com/invite/CHS3dxZmrM
URL Trang Chính Sách Bảo Mật https://splintertools.io/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}