NFT Tab

See currently trending NFTs in every new tab that you can browse, sort, & bookmark

Was ist NFT Tab?

NFT Tab ist eine Chrome-Erweiterung, die von 2050 entwickelt wurde, und ihr Hauptmerkmal ist "See currently trending NFTs in every new tab that you can browse, sort, & bookmark".

Erweiterungsscreenshots

screenshot
screenshot

NFT Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie NFT Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name NFT Tab NFT Tab
ID aiahphffiolplmdllamhjpkdclmknojh
Offizielle URL https://chromewebstore.google.com/detail/nft-tab/aiahphffiolplmdllamhjpkdclmknojh
Beschreibung See currently trending NFTs in every new tab that you can browse, sort, & bookmark
Dateigröße 1.64 MB
Installationsanzahl 10,268
Aktuelle Version 1.4
Letztes Update 2023-01-17
Veröffentlichungsdatum 2022-07-05
Entwickler 2050
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://2050.one/privacy
Unterstützte Sprachen 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": [
        "*:\/\/*\/*"
    ]
}