YieldNodes Legal
YieldNodes Legal account verification, reporting, and participation.
YieldNodes Legal क्या है?
YieldNodes Legal http://yieldnodes.legal द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "YieldNodes Legal account verification, reporting, and participation."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YieldNodes Legal एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |