V Wallet Extension

A browser extension wallet for V Systems

什么是V Wallet Extension?

V Wallet Extension是由V Systems开发的Chrome扩展程序,该扩展的主要功能是“A browser extension wallet for V Systems”。

扩展截图

下载V Wallet Extension扩展crx文件

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

扩展使用说明

                        V Systems mainnet offers both hot wallet and cold wallet in order to provide the best security solution to store your VSYS Coin.                    

扩展基本信息

名称 V Wallet Extension V Wallet Extension
ID afccgfbnbpgfdokbllhiccepgggofoco
官方URL https://chromewebstore.google.com/detail/v-wallet-extension/afccgfbnbpgfdokbllhiccepgggofoco
简介 A browser extension wallet for V Systems
文件大小 9.39 MB
安装次数 417
当前版本 1.2.2
更新时间 2022-06-10
上架时间 2022-01-09
评分 5.00/5 共1次评分
开发者 V Systems
电子邮箱 [email protected]
付费类型 free
扩展官网 https://v.systems/
隐私政策页面URL https://v.systems/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "V Wallet Extension",
    "version": "1.2.2",
    "description": "A browser extension wallet for V Systems",
    "icons": {
        "16": "static\/icons\/ic_v_logo@3x(1).png",
        "19": "static\/icons\/ic_v_logo@3x(1).png",
        "38": "static\/icons\/ic_v_logo@3x(1).png",
        "48": "static\/icons\/ic_v_logo@3x(1).png",
        "128": "static\/icons\/ic_v_logo@3x(1).png"
    },
    "browser_action": {
        "default_icon": "static\/icons\/ic_v_logo@3x(1).png",
        "default_title": "V Wallet Extension",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.main.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.main.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "inpage.main.js"
    ],
    "permissions": [],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}