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 |
| 电子邮箱 | [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)"
} | |