Shadow Aptos & Flow Wallet Extension

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

Was ist Shadow Aptos & Flow Wallet Extension?

Shadow Aptos & Flow Wallet Extension ist eine Chrome-Erweiterung, die von https://shadow.app entwickelt wurde, und ihr Hauptmerkmal ist "Shadow is your self-custodial web3 wallet for DeFi & NFTs. Buy, Send, Swap tokens on Aptos and Flow.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Shadow Aptos & Flow Wallet Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Shadow Aptos & Flow Wallet Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Shadow Aptos & Flow Wallet Extension Shadow Aptos & Flow Wallet Extension
ID lmmpaefggfcmnoddemmgdppddppnmhek
Offizielle URL https://chromewebstore.google.com/detail/shadow-aptos-flow-wallet/lmmpaefggfcmnoddemmgdppddppnmhek
Beschreibung Shadow is your self-custodial web3 wallet for DeFi & NFTs. Buy, Send, Swap tokens on Aptos and Flow.
Dateigröße 7.88 MB
Installationsanzahl 1,468
Aktuelle Version 1.16.2
Letztes Update 2024-02-27
Veröffentlichungsdatum 2022-09-26
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler https://shadow.app
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://shadow.app/wallet
Hilfeseite URL https://shadow.app/wallet
URL der Datenschutzrichtlinien-Seite https://storage.googleapis.com/shadow-terms/privacy.pdf
Unterstützte Sprachen 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"
    ]
}