U3 - Your Web3 Data Hub
Hub For Your Self Sovereign Data
ما هو U3 - Your Web3 Data Hub؟
U3 - Your Web3 Data Hub هو إضافة Chrome تم تطويرها بواسطة u3-builder، والميزة الرئيسية لها هي "Hub For Your Self Sovereign Data".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة U3 - Your Web3 Data Hub
قم بتنزيل ملفات الامتداد U3 - Your Web3 Data Hub بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
u3.xyz is a hub and portal for users’ web3 data and community curated contents and events. The extension provides an interface and necessary features to both display the aggregated data and to contribute new content that others might be interested in. More specifically those features include: submit content to u3.xyz from ANY site on the web (eg. any links) display (you have to connect u3.xyz with Wallet first) Replace the new tab page with aggregated content (u3.xyz)
معلومات أساسية عن التمديد
الاسم | U3 - Your Web3 Data Hub |
ID | ekbpmlmidmnclcdiikjgmeapcollhjfc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/u3-your-web3-data-hub/ekbpmlmidmnclcdiikjgmeapcollhjfc |
الوصف | Hub For Your Self Sovereign Data |
حجم الملف | 555 KB |
عدد التثبيتات | 38 |
النسخة الحالية | 0.1.7 |
آخر تحديث | 2023-02-28 |
تاريخ النشر | 2023-01-10 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | u3-builder |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://u3.xyz |
عنوان صفحة سياسة الخصوصية | https://u3.xyz/policy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "U3 - Your Web3 Data Hub", "description": "Hub For Your Self Sovereign Data", "version": "0.1.7", "manifest_version": 3, "action": { "default_icon": { "48": "images\/logo48.png", "192": "images\/logo192.png", "512": "images\/logo512.png" } }, "icons": { "48": "images\/logo48.png", "192": "images\/logo192.png", "512": "images\/logo512.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "install_notifier.js" ], "matches": [ "*:\/\/localhost\/*", "*:\/\/u3.xyz\/*", "*:\/\/dev.u3.xyz\/*" ], "run_at": "document_idle" }, { "css": [ "content.css" ], "js": [ "content_script.js" ], "matches": [ " |