Vtimes

Vtimes is an extension for accessing Vision Network enabled distributed applications, or Dapps in Chrome.

什麼是Vtimes?

Vtimes是由vision開發的Chrome擴展程式,該擴展的主要功能是“Vtimes is an extension for accessing Vision Network enabled distributed applications, or Dapps in Chrome.”。

擴展截圖

screenshot
screenshot
screenshot

下載Vtimes擴展crx文件

下載Vtimes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Vtimes

Offered by: Vision Network

Vtimes is an extension for accessing Vision Network enabled distributed applications, or "Dapps" in your browser.

The extension injects the Vision API into every website's javascript context so that dapps can read from the blockchain.

Vtimes Wallet provides the ability to access and interact with Vision based distributed applications (dApps) using a web browser. Users can approve payment for dApp related purchases and services, send and receive funds, and monitor their tokens all within the context of an Vision-based environment.

In the secure Vtimes Wallet interface, users can create and manage wallet accounts and interact with their VS and other tokens. Wallet functionality includes the ability to:

Initiate token transactions to other addresses (wallets or smart contracts)
Interact with smart contracts
Import wallet accounts
With Vtimes Wallet , you can create a new crypto wallet or import it for each desired coin. You can store, send, receive, manage all of your cryptocurrencies always in a secure and pure environment.

Enables access to:
Dapps
NFTs
vrc20
tokens
ICOs
...and more!                    

擴展基本資訊

名稱 Vtimes Vtimes
ID fgkaeeikaoeiiggggbgdcjchmdfmamla
官方網址 https://chrome.google.com/webstore/detail/vtimes/fgkaeeikaoeiiggggbgdcjchmdfmamla
簡介 Vtimes is an extension for accessing Vision Network enabled distributed applications, or Dapps in Chrome.
檔案大小 7.1 MB
安裝次數 7,252
目前版本 1.5.2
更新時間 2022-08-30
上架時間 2021-01-28
評分 2.67/5 共 3 次評分
開發者 vision
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://v.network/VisionPrivacyPolicy.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vtimes",
    "version": "1.5.2",
    "version_name": "1.5.2",
    "description": "Vtimes is an extension for accessing Vision Network enabled distributed applications, or Dapps in Chrome.",
    "author": "vtimes",
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-LayQc1iWBC+6WbHHvHZj3uSx3CxrGBHUJBR7si4qf8w=' 'sha256-POEO+wER89cezFVZ27JoP523HJNPMQxmh5Rcz\/OZpr4=' 'sha256-IThiKMnsg0UHaLmP7sJxZpd\/ohvINImwjxFJyxGFSlk='; object-src 'self'",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "clipboardWrite",
        "activeTab"
    ],
    "browser_action": {
        "default_popup": "packages\/popup\/build\/index.html",
        "default_title": "Vtimes"
    },
    "icons": {
        "128": "packages\/popup\/static\/vtimes2.png"
    },
    "background": {
        "scripts": [
            "dist\/backgroundScript.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "dist\/vtimesContent.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "dist\/vtimesHook.js"
    ]
}