Rise - Aptos Wallet

A secure and powerful crypto wallet that brings all of the benefits of Aptos to you

Rise - Aptos Wallet là gì?

Rise - Aptos Wallet là một tiện ích mở rộng Chrome được phát triển bởi https://risewallet.io, và tính năng chính của nó là "A secure and powerful crypto wallet that brings all of the benefits of Aptos to you".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Rise - Aptos Wallet 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

                        Rise is an Aptos wallet built by the experienced team that brought you Solflare on Solana!

Explore the Aptos blockchain in a secure way through a smooth interface and a wide range of powerful features:

🔹 Manage all your NFTs in one place.
🔹 Get the best routes for your crypto trades.
🔹 Receive real-time updates and stay up to date with all your favorite apps and NFT collections.

Experience the most advanced and secure wallet on the Aptos blockchain.

Download now and Rise up!                    

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

Tên Rise - Aptos Wallet Rise - Aptos Wallet
ID hbbgbephgojikajhfbomhlmmollphcad
URL Chính Thức https://chromewebstore.google.com/detail/rise-aptos-wallet/hbbgbephgojikajhfbomhlmmollphcad
Mô tả A secure and powerful crypto wallet that brings all of the benefits of Aptos to you
Kích Thước Tệp 3.98 MB
Số Lần Cài Đặt 26,029
Phiên Bản Hiện Tại 1.7.1
Cập Nhật Lần Cuối 2023-07-28
Ngày Phát Hành 2022-10-01
Đánh Giá 4.94/5 Tổng số 18 Đánh Giá
Nhà Phát Triển https://risewallet.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://risewallet.io
URL Trang Trợ Giúp https://help.risewallet.io
URL Trang Chính Sách Bảo Mật https://solflare.com/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rise - Aptos Wallet",
    "description": "A secure and powerful crypto wallet that brings all of the benefits of Aptos to you",
    "version": "1.7.1",
    "manifest_version": 3,
    "icons": {
        "16": "assets\/logo-16.png",
        "24": "assets\/logo-24.png",
        "32": "assets\/logo-32.png",
        "48": "assets\/logo-48.png",
        "128": "assets\/logo-128.png"
    },
    "action": {
        "default_icon": {
            "16": "assets\/logo-16.png",
            "24": "assets\/logo-24.png",
            "32": "assets\/logo-32.png",
            "48": "assets\/logo-48.png",
            "128": "assets\/logo-128.png"
        },
        "default_title": "Rise Wallet",
        "default_popup": "app_popup.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+R"
            },
            "description": "Open Rise extension"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inpage.js",
                "phishing.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}