NFT Tab
See currently trending NFTs in every new tab that you can browse, sort, & bookmark
¿Qué es NFT Tab?
NFT Tab es una extensión de Chrome desarrollada por 2050, y su función principal es "See currently trending NFTs in every new tab that you can browse, sort, & bookmark".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión NFT Tab
Descarga archivos de extensión NFT Tab 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
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
Información Básica de la Extensión
Nombre | NFT Tab |
ID | aiahphffiolplmdllamhjpkdclmknojh |
URL Oficial | https://chromewebstore.google.com/detail/nft-tab/aiahphffiolplmdllamhjpkdclmknojh |
Descripción | See currently trending NFTs in every new tab that you can browse, sort, & bookmark |
Tamaño del Archivo | 1.64 MB |
Cantidad de Instalaciones | 10,268 |
Versión Actual | 1.4 |
Última Actualización | 2023-01-17 |
Fecha de Publicación | 2022-07-05 |
Desarrollador | 2050 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://2050.one/privacy |
Idiomas Soportados | 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": [ "*:\/\/*\/*" ] } |