Duino Coin Wallet

A simple Duino Coin wallet extension so that you dont have to go to the official website with the slow animations and loading time.

什么是Duino Coin Wallet?

Duino Coin Wallet是由Great Developing开发的Chrome扩展程序,该扩展的主要功能是“A simple Duino Coin wallet extension so that you dont have to go to the official website with the slow animations and loading time.”。

扩展截图

screenshot

下载Duino Coin Wallet扩展crx文件

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

扩展使用说明

                        I created a Duino coin wallet that was simplified for the best user experience. You can view your miners, transactions and wallet. Your password saves locally so you don't have to login every time you want to check your wallet quickly.                    

扩展基本信息

名称 Duino Coin Wallet Duino Coin Wallet
ID keogijpdcpobiipncbkclkphoigfelof
官方URL https://chromewebstore.google.com/detail/duino-coin-wallet/keogijpdcpobiipncbkclkphoigfelof
简介 A simple Duino Coin wallet extension so that you dont have to go to the official website with the slow animations and loading time.
文件大小 1.53 MB
安装次数 77
当前版本 1.0
更新时间 2022-12-08
上架时间 2022-12-07
评分 4.00/5 共1次评分
开发者 Great Developing
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Duino Coin Wallet",
    "description": "A simple Duino Coin wallet extension so that you dont have to go to the official website with the slow animations and loading time.",
    "version": "1.0",
    "options_page": "options.html",
    "manifest_version": 3,
    "action": {
        "default_popup": "wallet.html"
    },
    "host_permissions": [
        "https:\/\/server.duinocoin.com\/"
    ],
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}