Pennant Wars Toolkit

A set of tools for the game Pennant Wars.

Pennant Wars Toolkit là gì?

Pennant Wars Toolkit là một tiện ích mở rộng Chrome được phát triển bởi matt53787, và tính năng chính của nó là "A set of tools for the game Pennant Wars.".

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

screenshot

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

Tải xuống các tệp mở rộng Pennant Wars Toolkit 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

                        This add on provides a few enhancements to the Pennant Wars playing experience-

-Stops the chat window from going translucent when it loses focus.
-Adds Player Actual/Potential ratings to the Player's name on the Free Agent List based on the Big 4/Big 5 statistics. This allows the list to be sorted by actual combined primary offense statistics.
-Adds Player Potential/Player Actual ratings to the draft page to allow the draft lists to be sorted by the big 4/5 primary offense and pitching statistics.

Future planned enhancements:
-Allow user to pick which statistics to summarize.
-Allow weighting of statistics to allow sorting of the list by a player profile. Ex: sort by player Glove+Arm+End rating when you need a catcher.

If you're inclined to support the ongoing development of PWTK, you can donate here: https://www.paypal.com/donate?hosted_button_id=J8X96XCG25M6E                    

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

Tên Pennant Wars Toolkit Pennant Wars Toolkit
ID cfncdaonndmndlllclfeogknjefandgc
URL Chính Thức https://chromewebstore.google.com/detail/pennant-wars-toolkit/cfncdaonndmndlllclfeogknjefandgc
Mô tả A set of tools for the game Pennant Wars.
Kích Thước Tệp 28.4 KB
Số Lần Cài Đặt 207
Phiên Bản Hiện Tại 1.4.2
Cập Nhật Lần Cuối 2022-02-07
Ngày Phát Hành 2020-06-13
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển matt53787
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pennant Wars Toolkit",
    "version": "1.4.2",
    "description": "A set of tools for the game Pennant Wars.",
    "icons": {
        "48": "icons\/PWTK-48.png",
        "96": "icons\/PWTK-96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.pennantwars.com\/*"
            ],
            "js": [
                "chatwindow.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.pennantwars.com\/freeAgents.php*"
            ],
            "js": [
                "FreeAgents.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.pennantwars.com\/freeAgents.php*&tab=2"
            ],
            "js": [
                "WaiverWire.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.pennantwars.com\/draft.php*"
            ],
            "js": [
                "DraftPage.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.pennantwars.com\/lineups.php?tab=3"
            ],
            "js": [
                "Rotation.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.pennantwars.com\/lineups.php?tab=0"
            ],
            "js": [
                "Lineups.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.pennantwars.com\/team.php*tab=1*"
            ],
            "js": [
                "TeamLineups.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.pennantwars.com\/lineups.php?tab=1"
            ],
            "js": [
                "Lineups.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.pennantwars.com\/trades.php?tab=1*"
            ],
            "js": [
                "TradeBlock.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.pennantwars.com\/league.php*tab=2*"
            ],
            "js": [
                "Transactions.js"
            ]
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{d5a6469b-af86-42bc-a797-90bcbeb3287d}"
        }
    }
}