Topia
Crypto wallet dedicate to multiple-chain holders
What is Topia?
Topia is a Chrome extension developed by poll.lee917, and its main feature is "Crypto wallet dedicate to multiple-chain holders".
Extension Screenshots
Download Topia Extension CRX File
Download Topia extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Topia is a decentralized plug-in wallet specially designed for TOP Network and Filecoin, seamlessly connected to the chain ecology. Topia for TOP Network *Support store native TOP token *Support transfer native TOP Topia for Filecoin *Support store and transfer native FIL token *Support Filecoin staking in Filet
Extension Basic Information
Name | Topia |
ID | defppbijcpjpebjmpmmpleaojjlagdjb |
Official URL | https://chromewebstore.google.com/detail/topia/defppbijcpjpebjmpmmpleaojjlagdjb |
Description | Crypto wallet dedicate to multiple-chain holders |
File Size | 9.19 MB |
Installation Count | 405 |
Current Version | 1.2.2 |
Last Updated | 2023-12-29 |
Publish Date | 2022-09-18 |
Rating | 3.00/5 Total 3 Ratings |
Developer | poll.lee917 |
[email protected] | |
Payment Type | free |
Extension Website | https://www.topiawallet.io/ |
Privacy Policy Page URL | https://www.topiawallet.io/Privacy_Policy.html |
Supported Languages | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Topia", "description": "Crypto wallet dedicate to multiple-chain holders", "version": "1.2.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "default_locale": "en", "permissions": [ "storage", "clipboardWrite" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscript.js" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "inpage.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "action": { "default_popup": "index.html", "default_title": "Topia", "default_icon": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } }, "icons": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } } |