Crypto Sniffer

Stay on top of prices

Crypto Sniffer là gì?

Crypto Sniffer là một tiện ích mở rộng Chrome được phát triển bởi thingsborn, và tính năng chính của nó là "Stay on top of prices".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Crypto Sniffer

Tải xuống các tệp mở rộng Crypto Sniffer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        [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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Crypto Sniffer Crypto Sniffer
ID dpbapgldklkefdfeflhgbmpijkgjbbei
URL Chính Thức https://chromewebstore.google.com/detail/crypto-sniffer/dpbapgldklkefdfeflhgbmpijkgjbbei
Mô tả Stay on top of prices
Kích Thước Tệp 625 KB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 2.1.0
Cập Nhật Lần Cuối 2021-04-14
Ngày Phát Hành 2021-03-11
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển thingsborn
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}