ESOUIVortex
With the ESO UI extension installed into Vortex, this Firefox extension adds a one-click button to download and install an Addon…
Vad är ESOUIVortex?
ESOUIVortex är en Chrome-tillägg utvecklad av blackfireweb, och dess huvudfunktion är "With the ESO UI extension installed into Vortex, this Firefox extension adds a one-click button to download and install an Addon…".
Tilläggsskärmbilder
Ladda ner ESOUIVortex-förlängningens CRX-fil
Ladda ner ESOUIVortex-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
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äggande Information om Tillägg
Namn | |
ID | mpgejlffnbfhomnkopanhffaeekhklah |
Officiell webbadress | https://chromewebstore.google.com/detail/esouivortex/mpgejlffnbfhomnkopanhffaeekhklah |
Beskrivning | With the ESO UI extension installed into Vortex, this Firefox extension adds a one-click button to download and install an Addon… |
Filstorlek | 93.31 KB |
Antal Installationer | 96 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2023-01-25 |
Publiceringsdatum | 2023-01-25 |
Utvecklare | blackfireweb |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |