Flow Reference Wallet
Digital wallet created for everyone.
What is Flow Reference Wallet?
Flow Reference Wallet is a Chrome extension developed by https://lilico.app, and its main feature is "Digital wallet created for everyone.".
Extension Screenshots
Download Flow Reference Wallet Extension CRX File
Download Flow Reference Wallet 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
Digital wallet created for everyone. Trusted. Battle-tested. Beautifully designed.
Extension Basic Information
Name | Flow Reference Wallet |
ID | hpclkefagolihohboafpheddmmgdffjm |
Official URL | https://chromewebstore.google.com/detail/flow-reference-wallet/hpclkefagolihohboafpheddmmgdffjm |
Description | Digital wallet created for everyone. |
File Size | 6.75 MB |
Installation Count | 23,127 |
Current Version | 2.0.4 |
Last Updated | 2024-01-21 |
Publish Date | 2022-05-10 |
Rating | 4.37/5 Total 19 Ratings |
Developer | https://lilico.app |
[email protected] | |
Payment Type | free |
Extension Website | https://core.flow.com |
Help Page URL | https://core.flow.com |
Privacy Policy Page URL | https://lilico.app/about/privacy-policy |
Supported Languages | en,ru,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "short_name": "__MSG_appName__", "version": "2.0.4", "default_locale": "en", "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "19": "images\/icon-19.png", "32": "images\/icon-32.png", "38": "images\/icon-38.png", "48": "images\/icon-48.png", "64": "images\/icon-64.png", "128": "images\/icon-128.png", "512": "images\/icon-512.png" }, "action": { "default_icon": { "16": "images\/icon-16.png", "19": "images\/icon-19.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_popup": "popup.html", "default_title": "Flow Reference Wallet" }, "author": "https:\/\/core.flow.com\/", "background": { "service_worker": "sw.js" }, "content_scripts": [ { "js": [ "content-script.js", "script.js" ], "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "permissions": [ "storage", "activeTab", "tabs", "notifications", "identity" ], "web_accessible_resources": [ { "resources": [ "user-media-permission.html" ], "matches": [ " |