NFT Tab
See currently trending NFTs in every new tab that you can browse, sort, & bookmark
Cos'è NFT Tab?
NFT Tab è un'estensione di Chrome sviluppata da 2050, e la sua funzione principale è "See currently trending NFTs in every new tab that you can browse, sort, & bookmark".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NFT Tab
Scarica i file di estensione NFT Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | NFT Tab |
ID | aiahphffiolplmdllamhjpkdclmknojh |
URL Ufficiale | https://chromewebstore.google.com/detail/nft-tab/aiahphffiolplmdllamhjpkdclmknojh |
Descrizione | See currently trending NFTs in every new tab that you can browse, sort, & bookmark |
Dimensione del File | 1.64 MB |
Conteggio Installazioni | 10,268 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2023-01-17 |
Data di Pubblicazione | 2022-07-05 |
Sviluppatore | 2050 |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://2050.one/privacy |
Lingue Supportate | 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": [ "*:\/\/*\/*" ] } |