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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}