YOUWallet

The wallet extension for YOUChain.

Τι είναι το YOUWallet;

Το YOUWallet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον YOUChain, και η κύρια λειτουργία του είναι "The wallet extension for YOUChain.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης YOUWallet

Λήψη αρχείων επέκτασης YOUWallet σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        YOUChain有链(https://www.youchain.cc) 浏览器钱包。

YOUChain公链是承载大规模商业应用的下一代公链。

秒级确认:
级完成出块并到账的公链系统,btc、etc 等转账需要15秒到10分钟不等。

完全去中心化:
从交易、共识、出块、同步、存储,链治理、管理,甚至到挖矿,人人驱动,作为移动节点参与,也就是每一个参与交易的,同时也是给别人服务的。

无限可扩展:
性能卓越,大幅提升处理速度,支持无限可扩展。

极度安全:
无隐私泄露风险。

无社会资源浪费:
VRF共识,算力消耗在验证、对比、出块等有效操作上。

超低Gas费:
低算力成本、通信接力、递减存储。

简单易用的智能合约:
兼容ETH同时支持常用语言,向导模式无需开发。

A YOUChain(https://www.youchain.cc) Wallet in your Browser.

YOUChain public blockchain is the next generation of public blockchain carrying large-scale commercial application.

Confirmation in seconds:
A public blockchain system with block generation and arrival at the account completed in seconds, but btc, etc and other transfers varies in time from 15 seconds to 10 minutes.

Fully decentralization:
Transaction, consensus, block generation, synchronization, storage, chain governance and management, and even mining are everyone-driven and participate as mobile nodes, that is, each involved in the transaction is also serving others.

Unlimited scalability:
Superior performance, significantly increase the processing speed, support for unlimited scalability.

Extreme security:
No risk of privacy disclosure.

No waste of social resources:
VRF consensus, computing power is consumed in the effective operations such as verification, contrast and block generation.

Ultralow Gas fee:
Low computing power cost, communication relay, decrement storage.

imple and easy-to-use smart contract:
Compatible with ETH while supporting common languages, no need to develop wizard mode.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα YOUWallet YOUWallet
ID fkamanigbhmdpinnikifipiaaaodjhpc
Επίσημο URL https://chromewebstore.google.com/detail/youwallet/fkamanigbhmdpinnikifipiaaaodjhpc
Περιγραφή The wallet extension for YOUChain.
Μέγεθος Αρχείου 615 KB
Αριθμός Εγκαταστάσεων 26
Τρέχουσα Έκδοση 1.0.6
Τελευταία Ενημέρωση 2021-01-15
Ημερομηνία Δημοσίευσης 2020-05-20
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής YOUChain
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.youchain.cc
Υποστηριζόμενες Γλώσσες zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YOUWallet",
    "short_name": "YOUWallet",
    "description": "The wallet extension for YOUChain.",
    "version": "1.0.6",
    "manifest_version": 2,
    "icons": {
        "19": "images\/icon_19.png",
        "38": "images\/icon_38.png",
        "128": "images\/icon_128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.iyouchain.com; object-src 'self'",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "clipboardWrite",
        "http:\/\/localhost:8283\/",
        "activeTab",
        "webRequest",
        "*:\/\/*.you\/",
        "http:\/\/*\/*",
        "notifications"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "index.html",
        "scripts\/inject.js",
        "styles\/inject.css"
    ],
    "browser_action": {
        "default_title": "YOU",
        "default_icon": {
            "19": "images\/icon_19.png",
            "38": "images\/icon_38.png"
        },
        "default_popup": "index.html"
    }
}