Vtimes

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

Vtimes क्या है?

Vtimes vision द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Vtimes is an extension for accessing Vision Network enabled distributed applications, or Dapps in Chrome."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Vtimes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
    ]
}