VTHO Balance Ticker

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

什么是VTHO Balance Ticker?

VTHO Balance Ticker是由Kenneth开发的Chrome扩展程序,该扩展的主要功能是“VTHO balance price ticker. Displays the current balance on the badge icon.”。

扩展截图

screenshot

下载VTHO Balance Ticker扩展crx文件

下载VTHO Balance Ticker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 VTHO Balance Ticker VTHO Balance Ticker
ID ehbonhlcehnkdfimpcchcmhfcgmgiogp
官方URL https://chromewebstore.google.com/detail/vtho-balance-ticker/ehbonhlcehnkdfimpcchcmhfcgmgiogp
简介 VTHO balance price ticker. Displays the current balance on the badge icon.
文件大小 126 KB
安装次数 50
当前版本 1.0.4
更新时间 2018-08-16
上架时间 2018-08-16
开发者 Kenneth
电子邮箱 [email protected]
付费类型 free
支持的语言 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'"
}