YieldNodes Legal
YieldNodes Legal account verification, reporting, and participation.
什么是YieldNodes Legal?
YieldNodes Legal是由http://yieldnodes.legal开发的Chrome扩展程序,该扩展的主要功能是“YieldNodes Legal account verification, reporting, and participation.”。
扩展截图
下载YieldNodes Legal扩展crx文件
下载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" } } |