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 |
| 官方網址 | 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\/*"
]
} | |