Claimable WOOL Explorer

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

Cos'è Claimable WOOL Explorer?

Claimable WOOL Explorer è un'estensione di Chrome sviluppata da wooldox, e la sua funzione principale è "On-page viewer of the currently available WOOL amount for pouches.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Claimable WOOL Explorer

Scarica i file di estensione Claimable WOOL Explorer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Claimable WOOL Explorer Claimable WOOL Explorer
ID dpfhdpolfkfojandgmhdhgkdmkdkmgkc
URL Ufficiale https://chromewebstore.google.com/detail/claimable-wool-explorer/dpfhdpolfkfojandgmhdhgkdmkdkmgkc
Descrizione On-page viewer of the currently available WOOL amount for pouches.
Dimensione del File 539 KB
Conteggio Installazioni 53
Versione Corrente 0.0.2
Ultimo Aggiornamento 2022-08-30
Data di Pubblicazione 2022-02-27
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore wooldox
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://woolscan.com
Lingue Supportate 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"
    ]
}