Crypto Sniffer
Stay on top of prices
Crypto Snifferとは何ですか?
Crypto Snifferはthingsbornによって開発されたChromeの拡張機能で、その主な機能は「Stay on top of prices」です。
拡張機能のスクリーンショット
Crypto Sniffer拡張機能のCRXファイルをダウンロード
Crypto Sniffer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
[BETA 3]
It shows the Bitcoin price provided by Binance every 15 minutes, it is also possible to add price trackers and you will be notified as soon as the price complies with a current rule.
Google Chrome recently changed the default operation of notifications, to make sure you receive all notifications, visit the link below containing more information: https://stackoverflow.com/a/62501966/15368904 拡張機能の基本情報
| 名前 | |
| ID | dpbapgldklkefdfeflhgbmpijkgjbbei |
| 公式URL | https://chromewebstore.google.com/detail/crypto-sniffer/dpbapgldklkefdfeflhgbmpijkgjbbei |
| 説明 | Stay on top of prices |
| ファイルサイズ | 625 KB |
| インストール数 | 36 |
| 現在のバージョン | 2.1.0 |
| 最終更新日 | 2021-04-14 |
| 公開日 | 2021-03-11 |
| 評価 | 5.00/5 合計 5 レビュー |
| 開発者 | thingsborn |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Crypto Sniffer",
"version": "2.1.0",
"description": "Stay on top of prices",
"manifest_version": 2,
"browser_action": {
"default_popup": "popup.html",
"default_icon": "images\/icon-48x48.png"
},
"background": {
"scripts": [
"js\/background.js"
]
},
"permissions": [
"storage",
"notifications"
],
"icons": {
"16": "images\/icon-16x16.png",
"48": "images\/icon-48x48.png",
"128": "images\/icon-128x128.png"
}
} | |