Ripio Portal
Networks
Ripio Portalとは何ですか?
Ripio PortalはRipioによって開発されたChromeの拡張機能で、その主な機能は「Networks」です。
拡張機能のスクリーンショット
Ripio Portal拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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": [ " |