Goby

Chia Wallet

Goby là gì?

Goby là một tiện ích mở rộng Chrome được phát triển bởi https://goby.app, và tính năng chính của nó là "Chia Wallet".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Goby

Tải xuống các tệp mở rộng Goby dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Goby is an open-source browser plugin wallet for the Chia Network.

1. Support XCH & CAT transactions.
2. Allow Dapps to interact with the Chia Network.
3. Users can manage their assets smoothly.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Goby Goby
ID jnkelfanjkeadonecabehalmbgpfodjm
URL Chính Thức https://chromewebstore.google.com/detail/goby/jnkelfanjkeadonecabehalmbgpfodjm
Mô tả Chia Wallet
Kích Thước Tệp 2.29 MB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 0.5.3
Cập Nhật Lần Cuối 2024-02-28
Ngày Phát Hành 2021-12-13
Đánh Giá 4.43/5 Tổng số 21 Đánh Giá
Nhà Phát Triển https://goby.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://goby.app
URL Trang Trợ Giúp https://docs.goby.app/FAQ
URL Trang Chính Sách Bảo Mật https://goby.app/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "version": "0.5.3",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "38": "images\/icon-38.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png",
        "512": "images\/icon-512.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "goby",
        "default_popup": "popup.html"
    },
    "author": "https:\/\/goby.app\/",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "webextension-polyfill.js",
                "content-script.js"
            ],
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/connect.trezor.io\/*\/popup.html"
            ],
            "js": [
                "vendor\/trezor\/trezor-content-script.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "alarms",
        "storage",
        "activeTab",
        "notifications"
    ],
    "web_accessible_resources": [
        "user-media-permission.html"
    ]
}