YieldNodes Legal
YieldNodes Legal account verification, reporting, and participation.
Apa itu YieldNodes Legal?
YieldNodes Legal adalah ekstensi Chrome yang dikembangkan oleh http://yieldnodes.legal, dan fitur utamanya adalah "YieldNodes Legal account verification, reporting, and participation.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi YieldNodes Legal
Unduh file ekstensi YieldNodes Legal dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Verify your YieldNodes account for participation in the YieldNodes Legal community. Extends your YieldNodes account with helpful features.
Informasi Dasar Ekstensi
Nama | |
ID | lieaegamedhpehoiehgfpipafkpaaidm |
URL Resmi | https://chrome.google.com/webstore/detail/yieldnodes-legal/lieaegamedhpehoiehgfpipafkpaaidm |
Deskripsi | YieldNodes Legal account verification, reporting, and participation. |
Ukuran File | 160 KB |
Jumlah Instalasi | 165 |
Versi Saat Ini | 3.0.3 |
Terakhir Diperbarui | 2023-08-02 |
Tanggal Publikasi | 2022-11-03 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | http://yieldnodes.legal |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.yieldnodes.legal |
URL Halaman Bantuan | https://www.yieldnodes.legal/support |
URL Halaman Kebijakan Privasi | http://www.yieldnodes.legal/privacy |
Bahasa yang Didukung | 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" } } |