Aurox Wallet

The most secure and easy-to-use web3 wallet with the first-ever built-in reward system.

Τι είναι το Aurox Wallet;

Το Aurox Wallet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://getaurox.com, και η κύρια λειτουργία του είναι "The most secure and easy-to-use web3 wallet with the first-ever built-in reward system.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        For too long, DeFi has been dominated by a handful of horrible, outdated, and insecure wallets. Often, these wallets don’t do nearly enough to protect their users or make web3 easy

This is a serious deterrent to mass adoption and needs to change.

Aurox Wallet is an innovative web3 extension that provides industry-leading security measures, a simple user experience, and full data analytics to help users safely store and use their crypto/NFTs.

Now you can easily step into DeFi with full confidence knowing your crypto is protected, while also unlocking exclusive rewards by simply using the Aurox wallet. 

The Aurox Wallet is redefining what it means to own a web3 wallet, and here are some key features:


🔳 Enhanced security for your tokens 🔳

✅ Transaction simulation: Check if you’re interacting with a scam or honeypot contract before you submit the transaction. The wallet’s simulation feature lets you play out a simulated version of the transaction and see whether it is safe for you to continue.

✅ Automatic phishing protection: The wallet automatically detects and prevents users from pasting their 12-key passphrase on a live phishing site.

✅ Smart contract monitoring: Track and monitor smart contracts from all major DeFi protocols. Get notified whenever you’re interacting with a potentially dangerous contract.


🔳 Unlock special rewards as you use the wallet 🔳

✅ Early access to NFT waitlists and token airdrops 
✅ Monthly giveaways to win crypto, electronics, and gadgets
✅ Get a unique NFT avatar which automatically upgrades as you use the Aurox Wallet
✅ Free tickets to conferences and industry events  
✅ Access to exclusive IDO presales
✅ Access to private Discord communities 
✅ Invitations to private parties and events with influential people in crypto



🔳  Enjoy a seamless user experience 🔳

✅ Single view portfolio: No more switching chains manually. View all your tokens across different chains with just one tap. 

✅ USD historical portfolio chart: View your complete portfolio value over time. 

✅ Automated token importing: Aurox Wallet automatically detects, imports, and shows all the tokens you hold. No need for manual token importing.

✅ Full market overview: Get a market overview for all DEX tokens to see current prices and charts of the tokens you want.

✅ NFT monitoring: View and monitor your NFTs straight from your wallet.
Manage your portfolio efficiently

✅ Gasless in-wallet swaps: Forget needing ETH to pay for the gas fees when executing swaps. Aurox Wallet is the first wallet to allow true gasless transactions. You'll never need ETH to execute a swap from one ERC20 token to another. 



Get the Aurox Wallet extension now for a better and safer way to trade.                    

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

Όνομα Aurox Wallet Aurox Wallet
ID kilnpioakcdndlodeeceffgjdpojajlo
Επίσημο URL https://chromewebstore.google.com/detail/aurox-wallet/kilnpioakcdndlodeeceffgjdpojajlo
Περιγραφή The most secure and easy-to-use web3 wallet with the first-ever built-in reward system.
Μέγεθος Αρχείου 21.83 MB
Αριθμός Εγκαταστάσεων 7,943
Τρέχουσα Έκδοση 2.0.0
Τελευταία Ενημέρωση 2023-07-05
Ημερομηνία Δημοσίευσης 2022-11-16
Αξιολόγηση 4.93/5 Συνολικά 43 Αξιολογήσεις
Προγραμματιστής https://getaurox.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://getaurox.com
Διεύθυνση URL της Σελίδας Βοήθειας https://getaurox.com
URL της Σελίδας Πολιτικής Απορρήτου https://getaurox.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Aurox Wallet",
    "description": "The most secure and easy-to-use web3 wallet with the first-ever built-in reward system.",
    "version": "2.0.0",
    "version_name": "2.0.0",
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/connect.trezor.io\/*\/popup.html"
            ],
            "js": [
                "trezor-content-script.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "phishing.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "twitter_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_title": "Aurox Wallet",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/manifest\/logo16x16.png",
            "32": "assets\/manifest\/logo32x32.png",
            "48": "assets\/manifest\/logo48x48.png",
            "128": "assets\/manifest\/logo128x128.png"
        }
    },
    "icons": {
        "16": "assets\/manifest\/logo16x16.png",
        "32": "assets\/manifest\/logo32x32.png",
        "48": "assets\/manifest\/logo48x48.png",
        "128": "assets\/manifest\/logo128x128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        "cookies",
        "declarativeNetRequestWithHostAccess",
        "offscreen"
    ],
    "optional_permissions": [
        "notifications"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "minimum_chrome_version": "96",
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "block-all-sites",
                "enabled": false,
                "path": "rule_resources\/block-all-sites.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inject_script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "assets\/twitter\/green_arrow_up.svg",
                "assets\/twitter\/red_arrow_down.svg"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "allow_all_origins": true
        }
    ]
}