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