VTHO Balance Ticker

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

VTHO Balance Ticker क्या है?

VTHO Balance Ticker Kenneth द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "VTHO balance price ticker. Displays the current balance on the badge icon."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में VTHO Balance Ticker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}