Bitcoin Gold Price
Get the current bitcoin gold price from multiple sources
什么是Bitcoin Gold Price?
Bitcoin Gold Price是由https://bitvoxy.net开发的Chrome扩展程序,该扩展的主要功能是“Get the current bitcoin gold price from multiple sources”。
扩展截图
下载Bitcoin Gold Price扩展crx文件
下载Bitcoin Gold Price扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The Bitcoin Gold (BTG) Price is a chrome extension that provides you with the latest Bitcoin Gold Price average accross the markets.
This extension includes:
- Information Icon - displays Bitcoin Gold price in real-time 扩展基本信息
| 名称 | |
| ID | knjjpbimamlmjebkfoehmgebfdagbfnc |
| 官方URL | https://chromewebstore.google.com/detail/bitcoin-gold-price/knjjpbimamlmjebkfoehmgebfdagbfnc |
| 简介 | Get the current bitcoin gold price from multiple sources |
| 文件大小 | 7.38 KB |
| 安装次数 | 27 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2023-08-09 |
| 上架时间 | 2017-10-31 |
| 开发者 | https://bitvoxy.net |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.bitvoxy.net/ |
| 帮助页面URL | https://www.bitvoxy.net/contact-us/ |
| 隐私政策页面URL | https://bitvoxy.net/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Bitcoin Gold Price",
"version": "1.0.1",
"action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"description": "Get the current bitcoin gold price from multiple sources",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"author": "BITVoxy Digital Media",
"homepage_url": "https:\/\/bitvoxy.net",
"host_permissions": [
"https:\/\/api.coinranking.com\/v2\/*"
]
} | |