Claimable WOOL Explorer
On-page viewer of the currently available WOOL amount for pouches.
O que é Claimable WOOL Explorer?
Claimable WOOL Explorer é uma extensão do Chrome desenvolvida por wooldox, e sua principal característica é "On-page viewer of the currently available WOOL amount for pouches.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Claimable WOOL Explorer
Baixe arquivos de extensão Claimable WOOL Explorer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Claimable WOOL Explorer |
ID | dpfhdpolfkfojandgmhdhgkdmkdkmgkc |
URL Oficial | https://chromewebstore.google.com/detail/claimable-wool-explorer/dpfhdpolfkfojandgmhdhgkdmkdkmgkc |
Descrição | On-page viewer of the currently available WOOL amount for pouches. |
Tamanho do Arquivo | 539 KB |
Contagem de Instalações | 53 |
Versão Atual | 0.0.2 |
Última Atualização | 2022-08-30 |
Data de Publicação | 2022-02-27 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | wooldox |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://woolscan.com |
Idiomas Suportados | 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" ] } |