Claimable WOOL Explorer

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

What is Claimable WOOL Explorer?

Claimable WOOL Explorer is a Chrome extension developed by wooldox, and its main feature is "On-page viewer of the currently available WOOL amount for pouches.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Claimable WOOL Explorer Extension CRX File

Download Claimable WOOL Explorer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Claimable WOOL Explorer Claimable WOOL Explorer
ID dpfhdpolfkfojandgmhdhgkdmkdkmgkc
Official URL https://chromewebstore.google.com/detail/claimable-wool-explorer/dpfhdpolfkfojandgmhdhgkdmkdkmgkc
Description On-page viewer of the currently available WOOL amount for pouches.
File Size 539 KB
Installation Count 53
Current Version 0.0.2
Last Updated 2022-08-30
Publish Date 2022-02-27
Rating 5.00/5 Total 1 Ratings
Developer wooldox
Email [email protected]
Payment Type free
Extension Website https://woolscan.com
Supported Languages 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"
    ]
}