VTHO Balance Ticker

VTHO balance price ticker. Displays the current balance on the badge icon.

VTHO Balance Ticker là gì?

VTHO Balance Ticker là một tiện ích mở rộng Chrome được phát triển bởi Kenneth, và tính năng chính của nó là "VTHO balance price ticker. Displays the current balance on the badge icon.".

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

screenshot

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

Tải xuống các tệp mở rộng VTHO Balance Ticker 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

                        The Chrome extension allows you to view your VTHO balance right in your browser!

Buy me a coffee if you want!
VET:
0x08Dd702A3c143565D5D414Df036A84604bB106E0

ETH:
0x807eabfd9e07dc2c70fce2c7563c05489cfde2fe                    

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

Tên VTHO Balance Ticker VTHO Balance Ticker
ID ehbonhlcehnkdfimpcchcmhfcgmgiogp
URL Chính Thức https://chromewebstore.google.com/detail/vtho-balance-ticker/ehbonhlcehnkdfimpcchcmhfcgmgiogp
Mô tả VTHO balance price ticker. Displays the current balance on the badge icon.
Kích Thước Tệp 126 KB
Số Lần Cài Đặt 50
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2018-08-16
Ngày Phát Hành 2018-08-16
Nhà Phát Triển Kenneth
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.4",
    "name": "VTHO Balance Ticker",
    "manifest_version": 2,
    "description": "VTHO balance price ticker. Displays the current balance on the badge icon.",
    "browser_action": {
        "default_title": "Loading Balance...",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "web_accessible_resources": [
        "inject.html"
    ],
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "https:\/\/explore.veforge.com\/api\/*",
        "https:\/\/fonts.googleapis.com\/",
        "http:\/\/fonts.googleapis.com\/",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' http:\/\/localhost:3001 https:\/\/localhost:3001; object-src 'self'"
}