Claimable WOOL Explorer

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

什麼是Claimable WOOL Explorer?

Claimable WOOL Explorer是由wooldox開發的Chrome擴展程式,該擴展的主要功能是“On-page viewer of the currently available WOOL amount for pouches.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Claimable WOOL Explorer擴展crx文件

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

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Claimable WOOL Explorer Claimable WOOL Explorer
ID dpfhdpolfkfojandgmhdhgkdmkdkmgkc
官方網址 https://chromewebstore.google.com/detail/claimable-wool-explorer/dpfhdpolfkfojandgmhdhgkdmkdkmgkc
簡介 On-page viewer of the currently available WOOL amount for pouches.
檔案大小 539 KB
安裝次數 53
目前版本 0.0.2
更新時間 2022-08-30
上架時間 2022-02-27
評分 5.00/5 共 1 次評分
開發者 wooldox
電子郵箱 [email protected]
付費類型 free
擴展官網 https://woolscan.com
支援的語言 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"
    ]
}