NFT Tab
See currently trending NFTs in every new tab that you can browse, sort, & bookmark
Apa itu NFT Tab?
NFT Tab adalah ekstensi Chrome yang dikembangkan oleh 2050, dan fitur utamanya adalah "See currently trending NFTs in every new tab that you can browse, sort, & bookmark".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi NFT Tab
Unduh file ekstensi NFT Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | NFT Tab |
ID | aiahphffiolplmdllamhjpkdclmknojh |
URL Resmi | https://chromewebstore.google.com/detail/nft-tab/aiahphffiolplmdllamhjpkdclmknojh |
Deskripsi | See currently trending NFTs in every new tab that you can browse, sort, & bookmark |
Ukuran File | 1.64 MB |
Jumlah Instalasi | 10,268 |
Versi Saat Ini | 1.4 |
Terakhir Diperbarui | 2023-01-17 |
Tanggal Publikasi | 2022-07-05 |
Pengembang | 2050 |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://2050.one/privacy |
Bahasa yang Didukung | 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": [ "*:\/\/*\/*" ] } |