Claimable WOOL Explorer

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

Co je Claimable WOOL Explorer?

Claimable WOOL Explorer je rozšíření Chrome vyvinuté wooldox, a jeho hlavní funkcí je „On-page viewer of the currently available WOOL amount for pouches.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Claimable WOOL Explorer

Stáhněte si soubory rozšíření Claimable WOOL Explorer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Claimable WOOL Explorer Claimable WOOL Explorer
ID dpfhdpolfkfojandgmhdhgkdmkdkmgkc
Oficiální URL https://chromewebstore.google.com/detail/claimable-wool-explorer/dpfhdpolfkfojandgmhdhgkdmkdkmgkc
Popis On-page viewer of the currently available WOOL amount for pouches.
Velikost souboru 539 KB
Počet instalací 53
Aktuální Verze 0.0.2
Poslední Aktualizace 2022-08-30
Datum Vydání 2022-02-27
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář wooldox
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://woolscan.com
Podporované Jazyky 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"
    ]
}