Bittensor Wallet

Manage your Bittensor accounts outside of dapps.

Bittensor Wallet क्या है?

Bittensor Wallet Opentensor Foundation द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage your Bittensor accounts outside of dapps."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bittensor Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Bittensor Wallet Bittensor Wallet
ID bdgmdoedahdcjmpmifafdhnffjinddgc
आधिकारिक URL https://chromewebstore.google.com/detail/bittensor-wallet/bdgmdoedahdcjmpmifafdhnffjinddgc
विवरण Manage your Bittensor accounts outside of dapps.
फ़ाइल का आकार 1.79 MB
स्थापना संख्या 14,988
वर्तमान संस्करण 0.10.2
अंतिम अपडेट 2024-02-27
प्रकाशन तिथि 2023-10-18
रेटिंग 3.73/5 कुल 44 रेटिंग्स
डेवलपर Opentensor Foundation
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://bittensor.com
समर्थित भाषाएँ 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"
}