Flow Reference Wallet
Digital wallet created for everyone.
ما هو Flow Reference Wallet؟
Flow Reference Wallet هو إضافة Chrome تم تطويرها بواسطة https://lilico.app، والميزة الرئيسية لها هي "Digital wallet created for everyone.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Flow Reference Wallet
قم بتنزيل ملفات الامتداد Flow Reference Wallet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | https://core.flow.com |
عنوان صفحة سياسة الخصوصية | 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": [ " |