V Wallet Extension
A browser extension wallet for V Systems
Qu'est-ce que V Wallet Extension ?
V Wallet Extension est une extension Chrome développée par V Systems, et sa fonction principale est "A browser extension wallet for V Systems".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension V Wallet Extension
Téléchargez les fichiers d'extension V Wallet Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
V Systems mainnet offers both hot wallet and cold wallet in order to provide the best security solution to store your VSYS Coin.
Informations de Base sur l'Extension
Nom | V Wallet Extension |
ID | afccgfbnbpgfdokbllhiccepgggofoco |
URL Officiel | https://chromewebstore.google.com/detail/v-wallet-extension/afccgfbnbpgfdokbllhiccepgggofoco |
Description | A browser extension wallet for V Systems |
Taille du Fichier | 9.39 MB |
Nombre d'Installations | 417 |
Version Actuelle | 1.2.2 |
Dernière Mise à Jour | 2022-06-10 |
Date de Publication | 2022-01-09 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | V Systems |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://v.systems/ |
URL de la Page de Politique de Confidentialité | https://v.systems/privacy-policy |
Langues Prises en Charge | 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'" } |