NFT Tab
See currently trending NFTs in every new tab that you can browse, sort, & bookmark
Wat is NFT Tab?
NFT Tab is een Chrome-extensie ontwikkeld door 2050, en de belangrijkste functie is "See currently trending NFTs in every new tab that you can browse, sort, & bookmark".
Extensie Screenshots
Download het CRX-bestand van de extensie NFT Tab
Download NFT Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | NFT Tab |
ID | aiahphffiolplmdllamhjpkdclmknojh |
Officiële URL | https://chromewebstore.google.com/detail/nft-tab/aiahphffiolplmdllamhjpkdclmknojh |
Beschrijving | See currently trending NFTs in every new tab that you can browse, sort, & bookmark |
Bestandsgrootte | 1.64 MB |
Aantal Installaties | 10,268 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2023-01-17 |
Publicatiedatum | 2022-07-05 |
Ontwikkelaar | 2050 |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://2050.one/privacy |
Ondersteunde Talen | 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": [ "*:\/\/*\/*" ] } |