NFT Wallpaper
This extension will show you random nft assets in new tab from given wallet address
O que é NFT Wallpaper?
NFT Wallpaper é uma extensão do Chrome desenvolvida por UpNFT, e sua principal característica é "This extension will show you random nft assets in new tab from given wallet address".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão NFT Wallpaper
Baixe arquivos de extensão NFT Wallpaper 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
Display your art collection on every new tab you open! NFT Wallpaper uses the OpenSea API to beautify display your NFT Art right when you start a new tab!
Informações Básicas da Extensão
Nome | |
ID | hcldgkgjjfpkpnjbchneigmecmhodaoe |
URL Oficial | https://chromewebstore.google.com/detail/nft-wallpaper/hcldgkgjjfpkpnjbchneigmecmhodaoe |
Descrição | This extension will show you random nft assets in new tab from given wallet address |
Tamanho do Arquivo | 2.39 MB |
Contagem de Instalações | 33 |
Versão Atual | 2.0 |
Última Atualização | 2021-10-18 |
Data de Publicação | 2021-10-14 |
Desenvolvedor | UpNFT |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://upnft.co/ |
URL da Página de Ajuda | https://upnft.co/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NFT Wallpaper", "description": "This extension will show you random nft assets in new tab from given wallet address", "version": "2.0", "manifest_version": 3, "background": { "service_worker": "sw.js" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png", "128": "icons\/128.png", "256": "icons\/256.png" }, "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "permissions": [ "storage", "unlimitedStorage", "alarms" ] } |