Meteor

A data wallet & gateway to web3 dApps.

Qu'est-ce que Meteor ?

Meteor est une extension Chrome développée par https://dataverse-os.com, et sa fonction principale est "A data wallet & gateway to web3 dApps.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Meteor

Téléchargez les fichiers d'extension Meteor 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

                        ## 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                    

Informations de Base sur l'Extension

Nom Meteor Meteor
ID kcigpjcafekokoclamfendmaapcljead
URL Officiel https://chromewebstore.google.com/detail/meteor/kcigpjcafekokoclamfendmaapcljead
Description A data wallet & gateway to web3 dApps.
Taille du Fichier 16.58 MB
Nombre d'Installations 3,397
Version Actuelle 0.5.52
Dernière Mise à Jour 2024-02-27
Date de Publication 2021-08-19
Évaluation 4.62/5 Total 13 Évaluations
Développeur https://dataverse-os.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://meteor.computer/
URL de la Page d'Aide https://docs.meteor.computer/
Langues Prises en Charge 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": [
                ""
            ],
            "js": [
                "js\/contents.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    }
}