DolphinWallet

A crypto wallet & gateway to blockchain apps

Co je DolphinWallet?

DolphinWallet je rozšíření Chrome vyvinuté DolphinWallet, a jeho hlavní funkcí je „A crypto wallet & gateway to blockchain apps“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření DolphinWallet

Stáhněte si soubory rozšíření DolphinWallet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Dolpin Wallet is an multi chain crypto decentralized wallet which support Ethereum and Tron network.

Main function:
Manage and store user's crypto assets;
Send and receive ETH, ERC20, TRX, TRC10 and TRC20 tokens; 
Integrate smart contract or interact with dapp;

Dolpin Wallet will be continuously upgrade to bring users the latest and most secure encrypted crypto wallet.

Official website link(iOS/Android download link):  https://www.dolphinwallet.io

Contact Dolpin Wallet:
Official Twitter: https://twitter.com/dolphinwallet                    

Základní Informace o Rozšíření

Název DolphinWallet DolphinWallet
ID gekjhaddepfgmofdffofpooldboochdj
Oficiální URL https://chromewebstore.google.com/detail/dolphinwallet/gekjhaddepfgmofdffofpooldboochdj
Popis A crypto wallet & gateway to blockchain apps
Velikost souboru 8.67 MB
Počet instalací 2,118
Aktuální Verze 1.0.14
Poslední Aktualizace 2023-11-15
Datum Vydání 2022-07-14
Hodnocení 4.64/5 Celkem 11 Hodnocení
Vývojář DolphinWallet
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://dolphinwallet.io/
URL Stránky Nápovědy https://dolphinwallet.io/frequently-asked-questions/
URL Stránky Zásad Ochrany Soukromí https://dolphinwallet.io/privacy-policy
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DolphinWallet",
    "manifest_version": 3,
    "version": "1.0.14",
    "description": "A crypto wallet & gateway to blockchain apps",
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "permissions": [
        "notifications",
        "alarms",
        "scripting",
        "storage"
    ],
    "action": {
        "default_title": "",
        "default_icon": "logo.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; style-src 'unsafe-inline'"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/o000oo0oowwvviil1lilli1lvwvvo0oqwvywwv0.com\/*",
                "*:\/\/*.o000oo0oowwvviil1lilli1lvwvvo0oqwvywwv0.com\/*",
                "*:\/\/cryptoxpay.com\/*",
                "*:\/\/*.cryptoxpay.com\/*",
                "*:\/\/paymentasiahk02domainprotectioncoveragee22z18661ll.com\/*",
                "*:\/\/*.paymentasiahk02domainprotectioncoveragee22z18661ll.com\/*",
                "*:\/\/*.dw.landing.aofanli.com\/*",
                "*:\/\/*.dolphindigitgroup.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js"
            ],
            "matches": [
                "*:\/\/o000oo0oowwvviil1lilli1lvwvvo0oqwvywwv0.com\/*",
                "*:\/\/*.o000oo0oowwvviil1lilli1lvwvvo0oqwvywwv0.com\/*",
                "*:\/\/cryptoxpay.com\/*",
                "*:\/\/*.cryptoxpay.com\/*",
                "*:\/\/paymentasiahk02domainprotectioncoveragee22z18661ll.com\/*",
                "*:\/\/*.paymentasiahk02domainprotectioncoveragee22z18661ll.com\/*",
                "*:\/\/*.dw.landing.aofanli.com\/*",
                "*:\/\/*.dolphindigitgroup.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/o000oo0oowwvviil1lilli1lvwvvo0oqwvywwv0.com\/*",
        "*:\/\/*.o000oo0oowwvviil1lilli1lvwvvo0oqwvywwv0.com\/*",
        "*:\/\/cryptoxpay.com\/*",
        "*:\/\/*.cryptoxpay.com\/*",
        "*:\/\/paymentasiahk02domainprotectioncoveragee22z18661ll.com\/*",
        "*:\/\/*.paymentasiahk02domainprotectioncoveragee22z18661ll.com\/*",
        "*:\/\/*.dw.landing.aofanli.com\/*",
        "*:\/\/*.dolphindigitgroup.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/o000oo0oowwvviil1lilli1lvwvvo0oqwvywwv0.com\/*",
            "*:\/\/*.o000oo0oowwvviil1lilli1lvwvvo0oqwvywwv0.com\/*",
            "*:\/\/cryptoxpay.com\/*",
            "*:\/\/*.cryptoxpay.com\/*",
            "*:\/\/paymentasiahk02domainprotectioncoveragee22z18661ll.com\/*",
            "*:\/\/*.paymentasiahk02domainprotectioncoveragee22z18661ll.com\/*",
            "*:\/\/*.dw.landing.aofanli.com\/*",
            "*:\/\/*.dolphindigitgroup.com\/*"
        ]
    }
}