Wum.bo
Wum.bo, Empowered Socials
ما هو Wum.bo؟
Wum.bo هو إضافة Chrome تم تطويرها بواسطة https://wum.bo، والميزة الرئيسية لها هي "Wum.bo, Empowered Socials".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Wum.bo
قم بتنزيل ملفات الامتداد Wum.bo بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Wum.bo enhances existing social media platforms with the ability to 1. Back your favorite personalities with their Social Token 2. Discover and explore NFTs 3. Verify your NFTs
معلومات أساسية عن التمديد
الاسم | Wum.bo |
ID | opmfbcncfajkanpggglkgabbfhebgikk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/wumbo/opmfbcncfajkanpggglkgabbfhebgikk |
الوصف | Wum.bo, Empowered Socials |
حجم الملف | 42.77 MB |
عدد التثبيتات | 144 |
النسخة الحالية | 1.4.3 |
آخر تحديث | 2022-09-16 |
تاريخ النشر | 2021-09-28 |
المطور | https://wum.bo |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://wum.bo |
عنوان صفحة سياسة الخصوصية | https://wumbo-docs.s3.us-east-2.amazonaws.com/Wum.bo+Privacy+Policy.pdf |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Wum.bo", "description": "Wum.bo, Empowered Socials", "version": "1.4.3", "action": { "default_title": "Wum.bo", "default_icon": { "16": "assets\/img\/icon16.png", "32": "assets\/img\/icon32.png", "48": "assets\/img\/icon48.png", "128": "assets\/img\/icon128.png", "512": "assets\/img\/icon512.png" } }, "icons": { "16": "assets\/img\/icon16.png", "32": "assets\/img\/icon32.png", "48": "assets\/img\/icon48.png", "128": "assets\/img\/icon128.png", "512": "assets\/img\/icon512.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "content_script.js" ], "run_at": "document_end", "all_frames": true }, { "matches": [ "https:\/\/app.wum.bo\/claim*", "http:\/\/localhost:3000\/claim*" ], "js": [ "oauth.js" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "wallet_proxy.js" ], "matches": [ "https:\/\/twitter.com\/*" ] } ], "host_permissions": [ "https:\/\/app.wum.bo\/claim*", "http:\/\/localhost:3000\/claim*", "https:\/\/twitter.com\/*" ] } |