ESOUIVortex
With the ESO UI extension installed into Vortex, this Firefox extension adds a one-click button to download and install an Addon…
What is ESOUIVortex?
ESOUIVortex is a Chrome extension developed by blackfireweb, and its main feature is "With the ESO UI extension installed into Vortex, this Firefox extension adds a one-click button to download and install an Addon…".
Extension Screenshots
Download ESOUIVortex Extension CRX File
Download ESOUIVortex extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | mpgejlffnbfhomnkopanhffaeekhklah |
Official URL | https://chromewebstore.google.com/detail/esouivortex/mpgejlffnbfhomnkopanhffaeekhklah |
Description | With the ESO UI extension installed into Vortex, this Firefox extension adds a one-click button to download and install an Addon… |
File Size | 93.31 KB |
Installation Count | 96 |
Current Version | 1.0.0 |
Last Updated | 2023-01-25 |
Publish Date | 2023-01-25 |
Developer | blackfireweb |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |