iWallet Pro
Brand New Version Wallet Extension for lOST
What is iWallet Pro?
iWallet Pro is a Chrome extension developed by iost.io, and its main feature is "Brand New Version Wallet Extension for lOST".
Extension Screenshots
Download iWallet Pro Extension CRX File
Download iWallet Pro extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | iWallet Pro |
ID | jbppfhkifinbpinekbahmdomhlaidhfm |
Official URL | https://chromewebstore.google.com/detail/iwallet-pro/jbppfhkifinbpinekbahmdomhlaidhfm |
Description | Brand New Version Wallet Extension for lOST |
File Size | 6.43 MB |
Installation Count | 35,547 |
Current Version | 0.0.6 |
Last Updated | 2024-01-10 |
Publish Date | 2023-06-21 |
Rating | 2.26/5 Total 23 Ratings |
Developer | iost.io |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://github.com/iost-official/iost-extension/wiki/IOST-Extension-Privacy-Policy |
Supported Languages | 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": [ " |