YieldNodes Legal
YieldNodes Legal account verification, reporting, and participation.
Cos'è YieldNodes Legal?
YieldNodes Legal è un'estensione di Chrome sviluppata da http://yieldnodes.legal, e la sua funzione principale è "YieldNodes Legal account verification, reporting, and participation.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YieldNodes Legal
Scarica i file di estensione YieldNodes Legal in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Verify your YieldNodes account for participation in the YieldNodes Legal community. Extends your YieldNodes account with helpful features.
Informazioni di Base sull'Estensione
Nome | |
ID | lieaegamedhpehoiehgfpipafkpaaidm |
URL Ufficiale | https://chrome.google.com/webstore/detail/yieldnodes-legal/lieaegamedhpehoiehgfpipafkpaaidm |
Descrizione | YieldNodes Legal account verification, reporting, and participation. |
Dimensione del File | 160 KB |
Conteggio Installazioni | 165 |
Versione Corrente | 3.0.3 |
Ultimo Aggiornamento | 2023-08-02 |
Data di Pubblicazione | 2022-11-03 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | http://yieldnodes.legal |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.yieldnodes.legal |
URL della Pagina di Aiuto | https://www.yieldnodes.legal/support |
URL della Pagina della Politica sulla Privacy | http://www.yieldnodes.legal/privacy |
Lingue Supportate | 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" } } |