DolphinWallet
A crypto wallet & gateway to blockchain apps
Cos'è DolphinWallet?
DolphinWallet è un'estensione di Chrome sviluppata da DolphinWallet, e la sua funzione principale è "A crypto wallet & gateway to blockchain apps".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DolphinWallet
Scarica i file di estensione DolphinWallet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | DolphinWallet |
ID | gekjhaddepfgmofdffofpooldboochdj |
URL Ufficiale | https://chromewebstore.google.com/detail/dolphinwallet/gekjhaddepfgmofdffofpooldboochdj |
Descrizione | A crypto wallet & gateway to blockchain apps |
Dimensione del File | 8.67 MB |
Conteggio Installazioni | 2,118 |
Versione Corrente | 1.0.14 |
Ultimo Aggiornamento | 2023-11-15 |
Data di Pubblicazione | 2022-07-14 |
Valutazione | 4.64/5 Totale 11 Valutazioni |
Sviluppatore | DolphinWallet |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://dolphinwallet.io/ |
URL della Pagina di Aiuto | https://dolphinwallet.io/frequently-asked-questions/ |
URL della Pagina della Politica sulla Privacy | https://dolphinwallet.io/privacy-policy |
Lingue Supportate | 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\/*" ] } } |