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 |
官方網址 | 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" } } |