NFT Tab
See currently trending NFTs in every new tab that you can browse, sort, & bookmark
O que é NFT Tab?
NFT Tab é uma extensão do Chrome desenvolvida por 2050, e sua principal característica é "See currently trending NFTs in every new tab that you can browse, sort, & bookmark".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão NFT Tab
Baixe arquivos de extensão NFT Tab 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
NFT Tab lets you stay up to date with the most popular and trending NFTs in every new tab. See what's trending, browse new collections, and bookmark any NFTs that catch your eye. By clicking "Add to Chrome", I accept and agree to install the NFT Tab extension and set the Chrome New Tab search to that provided by the service. The search will be powered by Bing: Privacy Policy: https://2050.one/nfttabprivacy Terms of Service: https://2050.one/terms Our awesome icon was designed by Freepik: https://www.flaticon.com/free-icon/art_5802468?related_id=5802468
Informações Básicas da Extensão
Nome | NFT Tab |
ID | aiahphffiolplmdllamhjpkdclmknojh |
URL Oficial | https://chromewebstore.google.com/detail/nft-tab/aiahphffiolplmdllamhjpkdclmknojh |
Descrição | See currently trending NFTs in every new tab that you can browse, sort, & bookmark |
Tamanho do Arquivo | 1.64 MB |
Contagem de Instalações | 10,268 |
Versão Atual | 1.4 |
Última Atualização | 2023-01-17 |
Data de Publicação | 2022-07-05 |
Desenvolvedor | 2050 |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://2050.one/privacy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NFT Tab", "version": "1.4", "description": "See currently trending NFTs in every new tab that you can browse, sort, & bookmark", "background": { "service_worker": "background.js" }, "icons": { "32": "32.png", "128": "128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "host_permissions": [ "*:\/\/*\/*" ] } |