Crypto Price Tracker
The extension supports bitcoin, ether, ripple, monero, neo and many others. Never miss an opportunity to invest in cryptocurrencies.
Crypto Price Trackerとは何ですか?
Crypto Price Trackerはhttps://apostopher.comによって開発されたChromeの拡張機能で、その主な機能は「The extension supports bitcoin, ether, ripple, monero, neo and many others. Never miss an opportunity to invest in cryptocurrencies.」です。
拡張機能のスクリーンショット
Crypto Price Tracker拡張機能のCRXファイルをダウンロード
Crypto Price Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Get the cryptocurrency prices.
Set the trigger to get notified about cryptocurrency price changes.
The price updates every minute.
Never miss an opportunity to invest in cryptocurrencies!
supported currencies: bitcoin, ether(ethereum), ripple, dash, litecoin, neo, monero, verge, cardano and many more... 拡張機能の基本情報
| 名前 | |
| ID | fpkhlnacfhciopipcjpcjmkpldbogaeo |
| 公式URL | https://chromewebstore.google.com/detail/crypto-price-tracker/fpkhlnacfhciopipcjpcjmkpldbogaeo |
| 説明 | The extension supports bitcoin, ether, ripple, monero, neo and many others. Never miss an opportunity to invest in cryptocurrencies. |
| ファイルサイズ | 711 KB |
| インストール数 | 1,864 |
| 現在のバージョン | 6.0.2 |
| 最終更新日 | 2022-07-05 |
| 公開日 | 2018-12-30 |
| 評価 | 3.80/5 合計 49 レビュー |
| 開発者 | https://apostopher.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| ヘルプページのURL | https://apostopher.com |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Crypto Price Tracker",
"short_name": "CryptoTracker",
"description": "The extension supports bitcoin, ether, ripple, monero, neo and many others. Never miss an opportunity to invest in cryptocurrencies.",
"version": "6.0.2",
"browser_action": {
"default_icon": {
"16": ".\/icons\/icon-16-logo.png",
"32": ".\/icons\/icon-32-logo.png",
"48": ".\/icons\/icon-48-logo.png",
"96": ".\/icons\/icon-96-logo.png",
"128": ".\/icons\/icon-128-logo.png",
"256": ".\/icons\/icon-256-logo.png"
}
},
"icons": {
"16": ".\/icons\/icon-16-logo.png",
"32": ".\/icons\/icon-32-logo.png",
"48": ".\/icons\/icon-48-logo.png",
"96": ".\/icons\/icon-96-logo.png",
"128": ".\/icons\/icon-128-logo.png",
"256": ".\/icons\/icon-256-logo.png"
},
"background": {
"persistent": true,
"scripts": [
"browser-polyfill.js",
"background.js"
]
},
"permissions": [
"storage",
"notifications",
"https:\/\/*.bitfinex.com\/*"
],
"web_accessible_resources": [
".\/icons\/icon-256-logo.png"
],
"content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/js.driftt.com 'sha256-hUJloS7fbjeRUiOBqA+agv1pfzF4trxP\/+hXfNinnJw='; object-src 'self'",
"author": "Rahul Devaskar (https:\/\/apostopher.com)"
} | |