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
Eメール [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\/*"
        ]
    }
}