iWallet Pro

Brand New Version Wallet Extension for lOST

Qu'est-ce que iWallet Pro ?

iWallet Pro est une extension Chrome développée par iost.io, et sa fonction principale est "Brand New Version Wallet Extension for lOST".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension iWallet Pro

Téléchargez les fichiers d'extension iWallet Pro 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

                        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.                    

Informations de Base sur l'Extension

Nom iWallet Pro iWallet Pro
ID jbppfhkifinbpinekbahmdomhlaidhfm
URL Officiel https://chromewebstore.google.com/detail/iwallet-pro/jbppfhkifinbpinekbahmdomhlaidhfm
Description Brand New Version Wallet Extension for lOST
Taille du Fichier 6.43 MB
Nombre d'Installations 35,547
Version Actuelle 0.0.6
Dernière Mise à Jour 2024-01-10
Date de Publication 2023-06-21
Évaluation 2.26/5 Total 23 Évaluations
Développeur iost.io
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://github.com/iost-official/iost-extension/wiki/IOST-Extension-Privacy-Policy
Langues Prises en Charge 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": []
}