Bittensor Wallet

Manage your Bittensor accounts outside of dapps.

Qu'est-ce que Bittensor Wallet ?

Bittensor Wallet est une extension Chrome développée par Opentensor Foundation, et sa fonction principale est "Manage your Bittensor accounts outside of dapps.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bittensor Wallet

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

                        This is a non-custodial TAO wallet created by the Opentensor Foundation. You can use this wallet to:
  - securely store TAO
  - transfer TAO
  - delegate TAO

This extension is not tracking you, or utilizing any form of analytics. It doesn't gather addresses, keys or other personal information.                    

Informations de Base sur l'Extension

Nom Bittensor Wallet Bittensor Wallet
ID bdgmdoedahdcjmpmifafdhnffjinddgc
URL Officiel https://chromewebstore.google.com/detail/bittensor-wallet/bdgmdoedahdcjmpmifafdhnffjinddgc
Description Manage your Bittensor accounts outside of dapps.
Taille du Fichier 1.79 MB
Nombre d'Installations 14,988
Version Actuelle 0.10.2
Dernière Mise à Jour 2024-02-27
Date de Publication 2023-10-18
Évaluation 3.73/5 Total 44 Évaluations
Développeur Opentensor Foundation
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://bittensor.com
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Opentensor foundation",
    "description": "Manage your Bittensor accounts outside of dapps.",
    "homepage_url": "https:\/\/github.com\/bittensor\/wallet",
    "name": "Bittensor Wallet",
    "short_name": "bittensor",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "bittensor wallet",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "page.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "version": "0.10.2"
}