V Wallet Extension
A browser extension wallet for V Systems
What is V Wallet Extension?
V Wallet Extension is a Chrome extension developed by V Systems, and its main feature is "A browser extension wallet for V Systems".
Extension Screenshots
Download V Wallet Extension Extension CRX File
Download V Wallet Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
V Systems mainnet offers both hot wallet and cold wallet in order to provide the best security solution to store your VSYS Coin.
Extension Basic Information
Name | V Wallet Extension |
ID | afccgfbnbpgfdokbllhiccepgggofoco |
Official URL | https://chromewebstore.google.com/detail/v-wallet-extension/afccgfbnbpgfdokbllhiccepgggofoco |
Description | A browser extension wallet for V Systems |
File Size | 9.39 MB |
Installation Count | 417 |
Current Version | 1.2.2 |
Last Updated | 2022-06-10 |
Publish Date | 2022-01-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | V Systems |
[email protected] | |
Payment Type | free |
Extension Website | https://v.systems/ |
Privacy Policy Page URL | https://v.systems/privacy-policy |
Supported Languages | 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'" } |