ESOUIVortex
With the ESO UI extension installed into Vortex, this Firefox extension adds a one-click button to download and install an Addon…
Hvad er ESOUIVortex?
ESOUIVortex er en Chrome-udvidelse udviklet af blackfireweb, og dens hovedfunktion er "With the ESO UI extension installed into Vortex, this Firefox extension adds a one-click button to download and install an Addon…".
Udvidelsesskærmbilleder
Download ESOUIVortex-udvidelses-CRX-fil
Download ESOUIVortex-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | mpgejlffnbfhomnkopanhffaeekhklah |
Officiel URL | https://chromewebstore.google.com/detail/esouivortex/mpgejlffnbfhomnkopanhffaeekhklah |
Beskrivelse | With the ESO UI extension installed into Vortex, this Firefox extension adds a one-click button to download and install an Addon… |
Filstørrelse | 93.31 KB |
Antal Installationer | 96 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2023-01-25 |
Udgivelsesdato | 2023-01-25 |
Udvikler | blackfireweb |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |