Ripio Portal
Networks
Ripio Portal란 무엇입니까?
Ripio Portal은(는) Ripio에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Networks"입니다.
확장 프로그램 스크린샷
Ripio Portal 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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": [ " |