Flow Reference Wallet
Digital wallet created for everyone.
什么是Flow Reference Wallet?
Flow Reference Wallet是由https://lilico.app开发的Chrome扩展程序,该扩展的主要功能是“Digital wallet created for everyone.”。
扩展截图
下载Flow Reference Wallet扩展crx文件
下载Flow Reference Wallet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Digital wallet created for everyone. Trusted. Battle-tested. Beautifully designed.
扩展基本信息
名称 | Flow Reference Wallet |
ID | hpclkefagolihohboafpheddmmgdffjm |
官方URL | https://chromewebstore.google.com/detail/flow-reference-wallet/hpclkefagolihohboafpheddmmgdffjm |
简介 | Digital wallet created for everyone. |
文件大小 | 6.75 MB |
安装次数 | 23,127 |
当前版本 | 2.0.4 |
更新时间 | 2024-01-21 |
上架时间 | 2022-05-10 |
评分 | 4.37/5 共19次评分 |
开发者 | https://lilico.app |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://core.flow.com |
帮助页面URL | https://core.flow.com |
隐私政策页面URL | https://lilico.app/about/privacy-policy |
支持的语言 | 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": [ " |