Ripio Portal

Networks

Τι είναι το Ripio Portal;

Το Ripio Portal είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ripio, και η κύρια λειτουργία του είναι "Networks".

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

screenshot
screenshot
screenshot

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

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

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

                        With Ripio Portal you will have a gateway to the universe of DeFi and NFTs. You will be able to buy and sell tokens, connect to decentralized financial protocols, discover blockchain games, collect digital art, and much more.

With Ripio Portal you can explore Play 2 Earn games such as:
- Axie Infinity
- CryptoKitties
- Gods Unchained
- Sorare
- Plant vs Undead
- Binemon

Trade in NFT marketplaces like
- OpenSea
- CryptoPunks
- SuperRare.co
- Foundation
- The Sandbox
- Rare

And experience decentralized exchange (Dex) platforms like 
- Aave
- Uniswap
- Compound
- yearn.finance
- Curve
- Sushi

In addition, Ripio Portal offers you exclusive security functions so that you can enjoy all the freedom that the Ethereum network offers without worrying about the more technical aspects of blockchain technology.

Starting to use it is very easy, you just have to download the extension for Chrome, log in with your Ripio account or create an account and that's it!                    

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

Όνομα Ripio Portal Ripio Portal
ID ddamhapapianibkkkcclabgicmpnpdnj
Επίσημο URL https://chromewebstore.google.com/detail/ripio-portal/ddamhapapianibkkkcclabgicmpnpdnj
Περιγραφή Networks
Μέγεθος Αρχείου 6.13 MB
Αριθμός Εγκαταστάσεων 1,767
Τρέχουσα Έκδοση 0.5.18
Τελευταία Ενημέρωση 2024-03-01
Ημερομηνία Δημοσίευσης 2022-06-22
Αξιολόγηση 5.00/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής Ripio
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.ripio.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://help.ripio.com/
URL της Σελίδας Πολιτικής Απορρήτου https://www.ripio.com/ar/politicas-de-privacidad
Υποστηριζόμενες Γλώσσες en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Ripio",
    "description": "__MSG_manifest_description__",
    "homepage_url": "https:\/\/ripio.com",
    "name": "Ripio Portal",
    "short_name": "Ripio Portal",
    "manifest_version": 3,
    "default_locale": "en",
    "permissions": [
        "storage",
        "cookies",
        "notifications",
        "webRequest"
    ],
    "host_permissions": [
        "https:\/\/*.ripio.com\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Ripio Portal",
        "default_popup": "index.html",
        "default_icon": "favicon.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "page.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'none';"
    },
    "version": "0.5.18"
}