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
公式URL 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
Eメール [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"
    ]
}