Rise - Aptos Wallet

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

Rise - Aptos Wallet क्या है?

Rise - Aptos Wallet https://risewallet.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A secure and powerful crypto wallet that brings all of the benefits of Aptos to you"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        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!                    

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

नाम Rise - Aptos Wallet Rise - Aptos Wallet
ID hbbgbephgojikajhfbomhlmmollphcad
आधिकारिक URL https://chromewebstore.google.com/detail/rise-aptos-wallet/hbbgbephgojikajhfbomhlmmollphcad
विवरण A secure and powerful crypto wallet that brings all of the benefits of Aptos to you
फ़ाइल का आकार 3.98 MB
स्थापना संख्या 26,029
वर्तमान संस्करण 1.7.1
अंतिम अपडेट 2023-07-28
प्रकाशन तिथि 2022-10-01
रेटिंग 4.94/5 कुल 18 रेटिंग्स
डेवलपर https://risewallet.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://risewallet.io
सहायता पृष्ठ URL https://help.risewallet.io
गोपनीयता नीति पृष्ठ URL https://solflare.com/privacy-policy.html
समर्थित भाषाएँ 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"
    ]
}