Rise - Aptos Wallet

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

Qu'est-ce que Rise - Aptos Wallet ?

Rise - Aptos Wallet est une extension Chrome développée par https://risewallet.io, et sa fonction principale est "A secure and powerful crypto wallet that brings all of the benefits of Aptos to you".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Rise - Aptos Wallet

Téléchargez les fichiers d'extension Rise - Aptos Wallet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Rise - Aptos Wallet Rise - Aptos Wallet
ID hbbgbephgojikajhfbomhlmmollphcad
URL Officiel https://chromewebstore.google.com/detail/rise-aptos-wallet/hbbgbephgojikajhfbomhlmmollphcad
Description A secure and powerful crypto wallet that brings all of the benefits of Aptos to you
Taille du Fichier 3.98 MB
Nombre d'Installations 26,029
Version Actuelle 1.7.1
Dernière Mise à Jour 2023-07-28
Date de Publication 2022-10-01
Évaluation 4.94/5 Total 18 Évaluations
Développeur https://risewallet.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://risewallet.io
URL de la Page d'Aide https://help.risewallet.io
URL de la Page de Politique de Confidentialité https://solflare.com/privacy-policy.html
Langues Prises en Charge 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"
    ]
}