Cryptocurrency Price Notification

Allow track cryptocurrency price

Cryptocurrency Price Notification là gì?

Cryptocurrency Price Notification là một tiện ích mở rộng Chrome được phát triển bởi livecode1986one, và tính năng chính của nó là "Allow track cryptocurrency price".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Cryptocurrency Price Notification 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

                        Cryptocurrency Price Notification - allows you to track the price of cryptocurrency and notify when the price reaches the set value.                    

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

Tên Cryptocurrency Price Notification Cryptocurrency Price Notification
ID dcfjoaoabdlhiiohaamdngkicdjipffo
URL Chính Thức https://chromewebstore.google.com/detail/cryptocurrency-price-noti/dcfjoaoabdlhiiohaamdngkicdjipffo
Mô tả Allow track cryptocurrency price
Kích Thước Tệp 788 KB
Số Lần Cài Đặt 63
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2021-04-06
Ngày Phát Hành 2021-04-03
Nhà Phát Triển livecode1986one
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ de,en,fr,es,it,ru,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Allow track cryptocurrency price",
    "version": "1.0.6",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "Cryptocurrency Price Notification",
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Cryptocurrency Price Notification",
        "default_icon": "icon-34.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "background"
    ]
}