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 |
| Eメール | [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"
}
} | |