Polychain Monsters Helper - PMON.tools

This extension brings several upgrades to the Polychain Monsters website, besides helping you figure out your Polymon value.

Polychain Monsters Helper - PMON.tools là gì?

Polychain Monsters Helper - PMON.tools là một tiện ích mở rộng Chrome được phát triển bởi https://pmon.tools, và tính năng chính của nó là "This extension brings several upgrades to the Polychain Monsters website, besides helping you figure out your Polymon value.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Polychain Monsters Helper - PMON.tools

Tải xuống các tệp mở rộng Polychain Monsters Helper - PMON.tools 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

                        With the purpose of helping users understand a bit more about the Polychain Monsters world, the extension from PMON.tools will make your life easier by adding a few shortcuts to the "what is my polymon worth" deal.

For now, what can the extension do?

•  PMON.tools creates a shortcut on each polymon, that takes you to the scv.finance market with the filters you specify already applied. 

•  You can manage the filters directly on the extension, choosing by type, horn, color, glitter and auction or fixed-price.

•  The individual score for every polymon is added to them so you can easily see exactly how many points that individual polymon is giving you, without having to go through all the complex math stuff. 

•  Once you open your polymon, the trait rarity numbers will be updated from pink to blue and show the actual (REAL) chance of getting that polymon, rather than the estimate given by the website. (Black is 0.05%, not ~1%)

• And much more to come in the future, stay tuned at PMON.tools.

This is our first release and we have a few updates and new functionalities to be added soon as well.                    

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

Tên Polychain Monsters Helper - PMON.tools Polychain Monsters Helper - PMON.tools
ID hjlmbcnkcjehlpfliafckoejejglhpkc
URL Chính Thức https://chromewebstore.google.com/detail/polychain-monsters-helper/hjlmbcnkcjehlpfliafckoejejglhpkc
Mô tả This extension brings several upgrades to the Polychain Monsters website, besides helping you figure out your Polymon value.
Kích Thước Tệp 1.87 MB
Số Lần Cài Đặt 311
Phiên Bản Hiện Tại 1.20
Cập Nhật Lần Cuối 2021-10-01
Ngày Phát Hành 2021-09-11
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://pmon.tools
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.pmon.tools
URL Trang Trợ Giúp https://www.pmon.tools
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Polychain Monsters Helper - PMON.tools",
    "description": "This extension brings several upgrades to the Polychain Monsters website, besides helping you figure out your Polymon value.",
    "version": "1.20",
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*"
            ],
            "matches": [
                "*:\/\/*.polkamon.com\/*",
                "*:\/\/*.polychainmonsters.com\/*",
                "*:\/\/*.scv.finance\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.polkamon.com\/*",
                "*:\/\/*.polychainmonsters.com\/*"
            ],
            "js": [
                "jquery-3.6.0.min.js",
                "js\/lz-string.js",
                "pmon-common.js",
                "content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.scv.finance\/*"
            ],
            "js": [
                "jquery-3.6.0.min.js",
                "js\/lz-string.js",
                "pmon-common.js",
                "scv-content.js"
            ]
        }
    ],
    "action": {
        "default_icon": "icons\/icon-128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "24": "icons\/icon-24.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/*.polkamon.com\/*",
        "*:\/\/*.polychainmonsters.com\/*",
        "*:\/\/*.scv.finance\/*"
    ]
}