Moai Stake Yield Extension
Add $MOAI daily stake yield to jpg.store listings. More sites to be supported in the future?
ما هو Moai Stake Yield Extension؟
Moai Stake Yield Extension هو إضافة Chrome تم تطويرها بواسطة moaifans، والميزة الرئيسية لها هي "Add $MOAI daily stake yield to jpg.store listings. More sites to be supported in the future?".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Moai Stake Yield Extension
قم بتنزيل ملفات الامتداد Moai Stake Yield Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Tool to quickly view daily stake yield for various Moai assets on sites. (currently supporting jpg.store lists & asset pages)
معلومات أساسية عن التمديد
الاسم | Moai Stake Yield Extension |
ID | opoganapmcfhfgaoinfofbpcmdaeokcb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/moai-stake-yield-extensio/opoganapmcfhfgaoinfofbpcmdaeokcb |
الوصف | Add $MOAI daily stake yield to jpg.store listings. More sites to be supported in the future? |
حجم الملف | 389 KB |
عدد التثبيتات | 38 |
النسخة الحالية | 0.0.5 |
آخر تحديث | 2023-03-11 |
تاريخ النشر | 2022-12-05 |
المطور | moaifans |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "content_scripts": [ { "js": [ "scripts\/content.js", "scripts\/moai.js" ], "matches": [ "https:\/\/www.jpg.store\/*" ] } ], "host_permissions": [ "https:\/\/www.jpg.store\/*" ], "permissions": [], "web_accessible_resources": [ { "resources": [ "\/images\/*" ], "matches": [ "https:\/\/www.jpg.store\/*" ] } ], "description": "Add $MOAI daily stake yield to jpg.store listings. More sites to be supported in the future?", "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png" }, "manifest_version": 3, "name": "Moai Stake Yield Extension", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.5" } |