helloNFT

A tool for NFT traders and collectors.

Co to jest helloNFT?

helloNFT to rozszerzenie Chrome opracowane przez https://hellonft.pro, a jego główną funkcją jest „A tool for NFT traders and collectors.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia helloNFT

Pobierz pliki rozszerzeń helloNFT w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        - Track NFT floor prices.
- Timezone tool.
- Quickly check premint winning status.
- And more features for NFT players...                    

Podstawowe informacje o rozszerzeniu

Nazwa helloNFT helloNFT
ID ndjjlknbdkahjolicfjkdceldekhbbnk
Oficjalny URL https://chromewebstore.google.com/detail/hellonft/ndjjlknbdkahjolicfjkdceldekhbbnk
Opis A tool for NFT traders and collectors.
Rozmiar pliku 3.29 MB
Liczba instalacji 8,051
Aktualna Wersja 1.1.22
Ostatnia Aktualizacja 2023-05-26
Data Publikacji 2022-04-17
Ocena 5.00/5 Łącznie 10 Oceny
Deweloper https://hellonft.pro
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://hellonft.pro/
Adres URL Strony Pomocy https://hellonft.pro/
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "helloNFT",
    "manifest_version": 3,
    "version": "1.1.22",
    "description": "A tool for NFT traders and collectors.",
    "action": {
        "default_icon": "images\/logo.png",
        "default_title": "helloNFT",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.hellonft.pro\/*"
        ]
    },
    "homepage_url": "http:\/\/hellonft.pro",
    "permissions": [
        "storage",
        "scripting",
        "activeTab",
        "alarms",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/www.premint.xyz\/collectors\/entries\/"
    ]
}