YieldNodes Legal
YieldNodes Legal account verification, reporting, and participation.
Vad är YieldNodes Legal?
YieldNodes Legal är en Chrome-tillägg utvecklad av http://yieldnodes.legal, och dess huvudfunktion är "YieldNodes Legal account verification, reporting, and participation.".
Tilläggsskärmbilder
Ladda ner YieldNodes Legal-förlängningens CRX-fil
Ladda ner YieldNodes Legal-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Verify your YieldNodes account for participation in the YieldNodes Legal community. Extends your YieldNodes account with helpful features.
Grundläggande Information om Tillägg
Namn | |
ID | lieaegamedhpehoiehgfpipafkpaaidm |
Officiell webbadress | https://chrome.google.com/webstore/detail/yieldnodes-legal/lieaegamedhpehoiehgfpipafkpaaidm |
Beskrivning | YieldNodes Legal account verification, reporting, and participation. |
Filstorlek | 160 KB |
Antal Installationer | 165 |
Aktuell Version | 3.0.3 |
Senast Uppdaterad | 2023-08-02 |
Publiceringsdatum | 2022-11-03 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | http://yieldnodes.legal |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.yieldnodes.legal |
Hjälpsida URL | https://www.yieldnodes.legal/support |
URL till Sekretesspolicy Sidan | http://www.yieldnodes.legal/privacy |
Stödda Språk | 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" } } |