ESOUIVortex
With the ESO UI extension installed into Vortex, this Firefox extension adds a one-click button to download and install an Addon…
Cos'è ESOUIVortex?
ESOUIVortex è un'estensione di Chrome sviluppata da blackfireweb, e la sua funzione principale è "With the ESO UI extension installed into Vortex, this Firefox extension adds a one-click button to download and install an Addon…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ESOUIVortex
Scarica i file di estensione ESOUIVortex 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
With the ESO UI extension installed into Vortex, this Firefox extension adds a one-click button to download and install an Addon straight from esoui.com into Vortex!
Informazioni di Base sull'Estensione
Nome | |
ID | mpgejlffnbfhomnkopanhffaeekhklah |
URL Ufficiale | https://chromewebstore.google.com/detail/esouivortex/mpgejlffnbfhomnkopanhffaeekhklah |
Descrizione | With the ESO UI extension installed into Vortex, this Firefox extension adds a one-click button to download and install an Addon… |
Dimensione del File | 93.31 KB |
Conteggio Installazioni | 96 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2023-01-25 |
Data di Pubblicazione | 2023-01-25 |
Sviluppatore | blackfireweb |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "author": "Gareth Parker", "name": "ESOUIVortex", "version": "1.0.0", "browser_specific_settings": { "gecko": { "id": "{79935964-d7bd-4b06-b9c2-d295d780556d}" } }, "permissions": [], "host_permissions": [ "*:\/\/*.esoui.com\/downloads\/*.html" ], "content_scripts": [ { "matches": [ "*:\/\/*.esoui.com\/downloads\/*.html" ], "js": [ "build\/content.js" ] } ] } |