Claimable WOOL Explorer

On-page viewer of the currently available WOOL amount for pouches.

Claimable WOOL Explorer là gì?

Claimable WOOL Explorer là một tiện ích mở rộng Chrome được phát triển bởi wooldox, và tính năng chính của nó là "On-page viewer of the currently available WOOL amount for pouches.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Claimable WOOL Explorer 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

                        Claimable WOOL, and relevant value-metrics will be displayed on:

- The Wool Pouch collection page
- The Wool pouch collection activity tab
- Your account page
- Your account activity tab
- Single pouch page

Use at your own risk - it is always recommended that you check the amount of claimable WOOL using the smart contract "amountAvailable" function.                    

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

Tên Claimable WOOL Explorer Claimable WOOL Explorer
ID dpfhdpolfkfojandgmhdhgkdmkdkmgkc
URL Chính Thức https://chromewebstore.google.com/detail/claimable-wool-explorer/dpfhdpolfkfojandgmhdhgkdmkdkmgkc
Mô tả On-page viewer of the currently available WOOL amount for pouches.
Kích Thước Tệp 539 KB
Số Lần Cài Đặt 53
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2022-08-30
Ngày Phát Hành 2022-02-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển wooldox
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://woolscan.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Claimable WOOL Explorer",
    "description": "On-page viewer of the currently available WOOL amount for pouches.",
    "version": "0.0.2",
    "minimum_chrome_version": "93",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/opensea.io\/*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}