V Wallet Extension
A browser extension wallet for V Systems
Wat is V Wallet Extension?
V Wallet Extension is een Chrome-extensie ontwikkeld door V Systems, en de belangrijkste functie is "A browser extension wallet for V Systems".
Extensie Screenshots
Download het CRX-bestand van de extensie V Wallet Extension
Download V Wallet Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
V Systems mainnet offers both hot wallet and cold wallet in order to provide the best security solution to store your VSYS Coin. Basisinformatie over de Extensie
| Naam | |
| ID | afccgfbnbpgfdokbllhiccepgggofoco |
| Officiële URL | https://chromewebstore.google.com/detail/v-wallet-extension/afccgfbnbpgfdokbllhiccepgggofoco |
| Beschrijving | A browser extension wallet for V Systems |
| Bestandsgrootte | 9.39 MB |
| Aantal Installaties | 417 |
| Huidige Versie | 1.2.2 |
| Laatst Bijgewerkt | 2022-06-10 |
| Publicatiedatum | 2022-01-09 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | V Systems |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://v.systems/ |
| URL van de Privacybeleid Pagina | https://v.systems/privacy-policy |
| Ondersteunde Talen | 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'"
} | |