YieldNodes Legal
YieldNodes Legal account verification, reporting, and participation.
What is YieldNodes Legal?
YieldNodes Legal is a Chrome extension developed by http://yieldnodes.legal, and its main feature is "YieldNodes Legal account verification, reporting, and participation.".
Extension Screenshots
Download YieldNodes Legal Extension CRX File
Download YieldNodes Legal extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Verify your YieldNodes account for participation in the YieldNodes Legal community. Extends your YieldNodes account with helpful features.
Extension Basic Information
Name | |
ID | lieaegamedhpehoiehgfpipafkpaaidm |
Official URL | https://chrome.google.com/webstore/detail/yieldnodes-legal/lieaegamedhpehoiehgfpipafkpaaidm |
Description | YieldNodes Legal account verification, reporting, and participation. |
File Size | 160 KB |
Installation Count | 165 |
Current Version | 3.0.3 |
Last Updated | 2023-08-02 |
Publish Date | 2022-11-03 |
Rating | 5.00/5 Total 3 Ratings |
Developer | http://yieldnodes.legal |
[email protected] | |
Payment Type | free |
Extension Website | https://www.yieldnodes.legal |
Help Page URL | https://www.yieldnodes.legal/support |
Privacy Policy Page URL | http://www.yieldnodes.legal/privacy |
Supported Languages | 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" } } |