Shadow Aptos & Flow Wallet Extension

Shadow is your self-custodial web3 wallet for DeFi & NFTs. Buy, Send, Swap tokens on Aptos and Flow.

What is Shadow Aptos & Flow Wallet Extension?

Shadow Aptos & Flow Wallet Extension is a Chrome extension developed by https://shadow.app, and its main feature is "Shadow is your self-custodial web3 wallet for DeFi & NFTs. Buy, Send, Swap tokens on Aptos and Flow.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Shadow Aptos & Flow Wallet Extension Extension CRX File

Download Shadow Aptos & Flow Wallet Extension 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

                        Shadow is your web3 wallet for DeFi & NFTs

Easily interact with dApps and manage your assets on Flow and Aptos

Key Features:
• Manage addresses on multiple blockchains effortlessly with a single wallet.
• Seamlessly browse and display your NFT collection directly in the wallet.
• No limits on tokens, balances, or transactions for maximum flexibility.
• Instant swap tokens at low fees.
• Your funds are under your control; we have no access.
• No personal information required for a secure and private DeFi & NFT experience.

Install Shadow to start exploring web3 today.                    

Extension Basic Information

Name Shadow Aptos & Flow Wallet Extension Shadow Aptos & Flow Wallet Extension
ID lmmpaefggfcmnoddemmgdppddppnmhek
Official URL https://chromewebstore.google.com/detail/shadow-aptos-flow-wallet/lmmpaefggfcmnoddemmgdppddppnmhek
Description Shadow is your self-custodial web3 wallet for DeFi & NFTs. Buy, Send, Swap tokens on Aptos and Flow.
File Size 7.88 MB
Installation Count 1,468
Current Version 1.16.2
Last Updated 2024-02-27
Publish Date 2022-09-26
Rating 5.00/5 Total 6 Ratings
Developer https://shadow.app
Email [email protected]
Payment Type free
Extension Website https://shadow.app/wallet
Help Page URL https://shadow.app/wallet
Privacy Policy Page URL https://storage.googleapis.com/shadow-terms/privacy.pdf
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Shadow is your self-custodial web3 wallet for DeFi & NFTs. Buy, Send, Swap tokens on Aptos and Flow.",
    "version": "1.16.2",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlFBjGdsB+1xIZ6wkx4BjDM99FPjUVP83Zhlv5z941l5o9RiSA1FNbRqW8FPLIErZWUWASqO5E8k9NQoi\/cY6wafcoeguIyVwmJ0BwFw4AFrBJAXbJUhYCGh\/A67Nzl9gFjWqhhyWu0GV8SXz4sz0toWwMbIOYAdkiNTqLq2ts7NHewv0MjhsY8jG2c1mMgFxVHp7Ul5iafHwFpdmXEnOZdGf\/qRevXMM6kN20MWQBKRAS13OUYHOx0wLh6NxUz2W8e4jdkAkCebw0\/So+RVEHtL8+X58kC1cmH\/oPtawKipd1NE2wsMTb5tKxn3b8o+Cemoi06yOm9pXSlordKRdrQIDAQAB",
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "flow_script.js",
                "aptos_script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "name": "Shadow Aptos & Flow Wallet Extension",
    "background": {
        "service_worker": ".\/background.js"
    },
    "action": {
        "default_title": "Shadow"
    },
    "icons": {
        "16": "logo_shadow_16.png",
        "32": "logo_shadow_32.png",
        "48": "logo_shadow_48.png",
        "128": "logo_shadow_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "alarms",
        "notifications",
        "favicon"
    ]
}