DolphinWallet

A crypto wallet & gateway to blockchain apps

什么是DolphinWallet?

DolphinWallet是由DolphinWallet开发的Chrome扩展程序,该扩展的主要功能是“A crypto wallet & gateway to blockchain apps”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载DolphinWallet扩展crx文件

下载DolphinWallet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 DolphinWallet DolphinWallet
ID gekjhaddepfgmofdffofpooldboochdj
官方URL https://chromewebstore.google.com/detail/dolphinwallet/gekjhaddepfgmofdffofpooldboochdj
简介 A crypto wallet & gateway to blockchain apps
文件大小 8.67 MB
安装次数 2,118
当前版本 1.0.14
更新时间 2023-11-15
上架时间 2022-07-14
评分 4.64/5 共11次评分
开发者 DolphinWallet
电子邮箱 [email protected]
付费类型 free
扩展官网 https://dolphinwallet.io/
帮助页面URL https://dolphinwallet.io/frequently-asked-questions/
隐私政策页面URL https://dolphinwallet.io/privacy-policy
支持的语言 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\/*"
        ]
    }
}