Ecto Wallet

Fully featured Chrome Extension Wallet for Phantasma Blockchain.

What is Ecto Wallet?

Ecto Wallet is a Chrome extension developed by ghostdevs, and its main feature is "Fully featured Chrome Extension Wallet for Phantasma Blockchain.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Ecto Wallet Extension CRX File

Download Ecto Wallet 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

                        🔥New in v1.5.5
- updated rpc & explorer following last chain changes

Features:
- Create/Login/Export wallet
- Phantasma Mainnet/Testnet/Privatenet
- Read-only or Read-write (HEX or WIF format) for any Phantasma Wallet
- BIP 39 seed words support
- Stake/Unstake
- Claim KCAL
- Send assets
- Send/Burn NFT
- Swaps from/to NEO and Ethereum and BSC
- Interact with dApps through Phantasma Link                    

Extension Basic Information

Name Ecto Wallet Ecto Wallet
ID bgjogpoidejdemgoochpnkmdjpocgkha
Official URL https://chromewebstore.google.com/detail/ecto-wallet/bgjogpoidejdemgoochpnkmdjpocgkha
Description Fully featured Chrome Extension Wallet for Phantasma Blockchain.
File Size 7.53 MB
Installation Count 6,578
Current Version 1.5.5
Last Updated 2024-01-30
Publish Date 2020-07-27
Rating 3.18/5 Total 28 Ratings
Developer ghostdevs
Email [email protected]
Payment Type free
Extension Website https://phantasma.io
Help Page URL https://phantasma.io
Privacy Policy Page URL https://www.phantasma.io/downloads/ecto_privacy_policy.html
Supported Languages de,en,fr,nl,no,vi,tr,es,it,pt-PT,ru,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.5.5",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icon-48.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "",
        "tabs"
    ],
    "web_accessible_resources": [
        "js\/inpage.js",
        "placeholder-nft-img.png",
        "placeholder-nft-video.png"
    ]
}