Virtual Labs Wallet
Virtual Labs Wallet
What is Virtual Labs Wallet?
Virtual Labs Wallet is a Chrome extension developed by https://virtual.tech, and its main feature is "Virtual Labs Wallet".
Extension Screenshots
Download Virtual Labs Wallet Extension CRX File
Download Virtual Labs Wallet 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
Virtual Labs' official wallet extension for the community. Play partner games and earn Virtual Points.
Extension Basic Information
Name | Virtual Labs Wallet |
ID | hlbmghfhijdlnllnnnakmcagdfhhkfna |
Official URL | https://chromewebstore.google.com/detail/virtual-labs-wallet/hlbmghfhijdlnllnnnakmcagdfhhkfna |
Description | Virtual Labs Wallet |
File Size | 1020 KB |
Installation Count | 65,540 |
Current Version | 1.0.7 |
Last Updated | 2024-01-29 |
Publish Date | 2023-12-29 |
Rating | 3.77/5 Total 133 Ratings |
Developer | https://virtual.tech |
[email protected] | |
Payment Type | free |
Extension Website | https://virtual.tech |
Help Page URL | https://wallet.virtual.tech |
Privacy Policy Page URL | https://www.virtual.tech/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.6c567d50.png", "32": "icon32.plasmo.76b92899.png", "48": "icon48.plasmo.aced7582.png", "64": "icon64.plasmo.8bb5e6e0.png", "128": "icon128.plasmo.3c1ed2d2.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.6c567d50.png", "32": "icon32.plasmo.76b92899.png", "48": "icon48.plasmo.aced7582.png", "64": "icon64.plasmo.8bb5e6e0.png", "128": "icon128.plasmo.3c1ed2d2.png" }, "default_popup": "popup.html" }, "version": "1.0.7", "author": "Virtual Labs", "name": "Virtual Labs Wallet", "description": "Virtual Labs Wallet", "background": { "service_worker": "static\/background\/index.js" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "storage", "scripting", "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/www.plasmo.com\/*" ], "js": [ "content.883ade9e.js" ], "css": [] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/www.plasmo.com\/*" ], "resources": [ "content.6e038a4b.css" ] } ] } |