NFT Tab
See currently trending NFTs in every new tab that you can browse, sort, & bookmark
Qu'est-ce que NFT Tab ?
NFT Tab est une extension Chrome développée par 2050, et sa fonction principale est "See currently trending NFTs in every new tab that you can browse, sort, & bookmark".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension NFT Tab
Téléchargez les fichiers d'extension NFT Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | NFT Tab |
ID | aiahphffiolplmdllamhjpkdclmknojh |
URL Officiel | https://chromewebstore.google.com/detail/nft-tab/aiahphffiolplmdllamhjpkdclmknojh |
Description | See currently trending NFTs in every new tab that you can browse, sort, & bookmark |
Taille du Fichier | 1.64 MB |
Nombre d'Installations | 10,268 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2023-01-17 |
Date de Publication | 2022-07-05 |
Développeur | 2050 |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://2050.one/privacy |
Langues Prises en Charge | 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": [ "*:\/\/*\/*" ] } |