ESOUIVortex
With the ESO UI extension installed into Vortex, this Firefox extension adds a one-click button to download and install an Addon…
Qu'est-ce que ESOUIVortex ?
ESOUIVortex est une extension Chrome développée par blackfireweb, et sa fonction principale est "With the ESO UI extension installed into Vortex, this Firefox extension adds a one-click button to download and install an Addon…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ESOUIVortex
Téléchargez les fichiers d'extension ESOUIVortex au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | mpgejlffnbfhomnkopanhffaeekhklah |
URL Officiel | 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… |
Taille du Fichier | 93.31 KB |
Nombre d'Installations | 96 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2023-01-25 |
Date de Publication | 2023-01-25 |
Développeur | blackfireweb |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |