Crypto Sniffer

Stay on top of prices

什么是Crypto Sniffer?

Crypto Sniffer是由thingsborn开发的Chrome扩展程序,该扩展的主要功能是“Stay on top of prices”。

扩展截图

screenshot
screenshot
screenshot

下载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                    

扩展基本信息

名称 Crypto Sniffer Crypto Sniffer
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
电子邮箱 [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"
    }
}