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
官方網址 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"
    }
}