YieldNodes Legal
YieldNodes Legal account verification, reporting, and participation.
ما هو YieldNodes Legal؟
YieldNodes Legal هو إضافة Chrome تم تطويرها بواسطة http://yieldnodes.legal، والميزة الرئيسية لها هي "YieldNodes Legal account verification, reporting, and participation.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YieldNodes Legal
قم بتنزيل ملفات الامتداد YieldNodes Legal بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Verify your YieldNodes account for participation in the YieldNodes Legal community. Extends your YieldNodes account with helpful features.
معلومات أساسية عن التمديد
الاسم | |
ID | lieaegamedhpehoiehgfpipafkpaaidm |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/yieldnodes-legal/lieaegamedhpehoiehgfpipafkpaaidm |
الوصف | YieldNodes Legal account verification, reporting, and participation. |
حجم الملف | 160 KB |
عدد التثبيتات | 165 |
النسخة الحالية | 3.0.3 |
آخر تحديث | 2023-08-02 |
تاريخ النشر | 2022-11-03 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | http://yieldnodes.legal |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.yieldnodes.legal |
عنوان صفحة المساعدة | https://www.yieldnodes.legal/support |
عنوان صفحة سياسة الخصوصية | http://www.yieldnodes.legal/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YieldNodes Legal", "description": "YieldNodes Legal account verification, reporting, and participation.", "version": "3.0.3", "icons": { "128": "images\/ynl-extension-icon.png" }, "permissions": [ "tabs", "storage", "webRequest" ], "host_permissions": [ "*:\/\/*.yieldnodes.com\/" ], "action": { "default_title": "YieldNodes Legal", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" } } |