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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | https://www.yieldnodes.legal/support |
URL หน้านโยบายความเป็นส่วนตัว | 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" } } |