Ripio Portal
Networks
¿Qué es Ripio Portal?
Ripio Portal es una extensión de Chrome desarrollada por Ripio, y su función principal es "Networks".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Ripio Portal
Descarga archivos de extensión Ripio Portal en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | Ripio Portal |
ID | ddamhapapianibkkkcclabgicmpnpdnj |
URL Oficial | https://chromewebstore.google.com/detail/ripio-portal/ddamhapapianibkkkcclabgicmpnpdnj |
Descripción | Networks |
Tamaño del Archivo | 6.13 MB |
Cantidad de Instalaciones | 1,767 |
Versión Actual | 0.5.18 |
Última Actualización | 2024-03-01 |
Fecha de Publicación | 2022-06-22 |
Calificación | 5.00/5 Total de 10 Calificaciones |
Desarrollador | Ripio |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.ripio.com/ |
URL de la Página de Ayuda | https://help.ripio.com/ |
URL de la Página de Política de Privacidad | https://www.ripio.com/ar/politicas-de-privacidad |
Idiomas Soportados | 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": [ " |