Meteor
A data wallet & gateway to web3 dApps.
What is Meteor?
Meteor is a Chrome extension developed by https://dataverse-os.com, and its main feature is "A data wallet & gateway to web3 dApps.".
Extension Screenshots
Download Meteor Extension CRX File
Download Meteor 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
## Introduction ❤️ Meteor data wallet is the gateway to web3 personal cloud, which aggregates your dApp interaction data (e.g. click/post/follow) in one place and allows you to monetize data values. 🌱 It is built upon Dataverse Kernel, supporting Sign-In-with-Ethereum and Object Capability. Now users can use it as identity authenticator for connecting self-sovereign dApps, controlling encryption keys over data files through decentralized key management and decentralized databases. 🧩 DM us on Twitter @OwnershipLabs
Extension Basic Information
Name | Meteor |
ID | kcigpjcafekokoclamfendmaapcljead |
Official URL | https://chromewebstore.google.com/detail/meteor/kcigpjcafekokoclamfendmaapcljead |
Description | A data wallet & gateway to web3 dApps. |
File Size | 16.58 MB |
Installation Count | 3,397 |
Current Version | 0.5.52 |
Last Updated | 2024-02-27 |
Publish Date | 2021-08-19 |
Rating | 4.62/5 Total 13 Ratings |
Developer | https://dataverse-os.com |
[email protected] | |
Payment Type | free |
Extension Website | https://meteor.computer/ |
Help Page URL | https://docs.meteor.computer/ |
Supported Languages | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.5.52", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDesc__", "default_locale": "en", "minimum_chrome_version": "80", "permissions": [ "tabs", "bookmarks" ], "web_accessible_resources": [ "icons\/*", "images\/*", "fonts\/*", "manifest.json" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';", "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "options_ui": { "page": "options.html", "chrome_style": true, "open_in_tab": true }, "content_scripts": [ { "matches": [ " |