Claimable WOOL Explorer

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

¿Qué es Claimable WOOL Explorer?

Claimable WOOL Explorer es una extensión de Chrome desarrollada por wooldox, y su función principal es "On-page viewer of the currently available WOOL amount for pouches.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Claimable WOOL Explorer

Descarga archivos de extensión Claimable WOOL Explorer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Claimable WOOL Explorer Claimable WOOL Explorer
ID dpfhdpolfkfojandgmhdhgkdmkdkmgkc
URL Oficial https://chromewebstore.google.com/detail/claimable-wool-explorer/dpfhdpolfkfojandgmhdhgkdmkdkmgkc
Descripción On-page viewer of the currently available WOOL amount for pouches.
Tamaño del Archivo 539 KB
Cantidad de Instalaciones 53
Versión Actual 0.0.2
Última Actualización 2022-08-30
Fecha de Publicación 2022-02-27
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador wooldox
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://woolscan.com
Idiomas Soportados 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"
    ]
}