iWallet Pro

Brand New Version Wallet Extension for lOST

Co to jest iWallet Pro?

iWallet Pro to rozszerzenie Chrome opracowane przez iost.io, a jego główną funkcją jest „Brand New Version Wallet Extension for lOST”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia iWallet Pro

Pobierz pliki rozszerzeń iWallet Pro 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

                        A Brand New Version IOST Wallet in your Browser.
iWallet Pro is the Brand New Version for iWallet, it's a tool for using IOST account and  accessing IOST enabled distributed applications, or Dapps in your browser. The safe and simple way to access blockchain applications and web3.                    

Podstawowe informacje o rozszerzeniu

Nazwa iWallet Pro iWallet Pro
ID jbppfhkifinbpinekbahmdomhlaidhfm
Oficjalny URL https://chromewebstore.google.com/detail/iwallet-pro/jbppfhkifinbpinekbahmdomhlaidhfm
Opis Brand New Version Wallet Extension for lOST
Rozmiar pliku 6.43 MB
Liczba instalacji 35,547
Aktualna Wersja 0.0.6
Ostatnia Aktualizacja 2024-01-10
Data Publikacji 2023-06-21
Ocena 2.26/5 Łącznie 23 Oceny
Deweloper iost.io
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://github.com/iost-official/iost-extension/wiki/IOST-Extension-Privacy-Policy
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iWallet Pro",
    "manifest_version": 3,
    "version": "0.0.6",
    "description": "Brand New Version Wallet Extension for lOST",
    "action": {
        "default_popup": "index.html",
        "default_title": "iWallet"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "app\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "app\/content-script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "app\/inpage.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": []
}