ESOUIVortex
With the ESO UI extension installed into Vortex, this Firefox extension adds a one-click button to download and install an Addon…
Wat is ESOUIVortex?
ESOUIVortex is een Chrome-extensie ontwikkeld door blackfireweb, en de belangrijkste functie is "With the ESO UI extension installed into Vortex, this Firefox extension adds a one-click button to download and install an Addon…".
Extensie Screenshots
Download het CRX-bestand van de extensie ESOUIVortex
Download ESOUIVortex-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | mpgejlffnbfhomnkopanhffaeekhklah |
Officiële URL | https://chromewebstore.google.com/detail/esouivortex/mpgejlffnbfhomnkopanhffaeekhklah |
Beschrijving | With the ESO UI extension installed into Vortex, this Firefox extension adds a one-click button to download and install an Addon… |
Bestandsgrootte | 93.31 KB |
Aantal Installaties | 96 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2023-01-25 |
Publicatiedatum | 2023-01-25 |
Ontwikkelaar | blackfireweb |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |