ESOUIVortex

With the ESO UI extension installed into Vortex, this Firefox extension adds a one-click button to download and install an Addon…

O que é ESOUIVortex?

ESOUIVortex é uma extensão do Chrome desenvolvida por blackfireweb, e sua principal característica é "With the ESO UI extension installed into Vortex, this Firefox extension adds a one-click button to download and install an Addon…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ESOUIVortex

Baixe arquivos de extensão ESOUIVortex no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome ESOUIVortex ESOUIVortex
ID mpgejlffnbfhomnkopanhffaeekhklah
URL Oficial https://chromewebstore.google.com/detail/esouivortex/mpgejlffnbfhomnkopanhffaeekhklah
Descrição With the ESO UI extension installed into Vortex, this Firefox extension adds a one-click button to download and install an Addon…
Tamanho do Arquivo 93.31 KB
Contagem de Instalações 96
Versão Atual 1.0.0
Última Atualização 2023-01-25
Data de Publicação 2023-01-25
Desenvolvedor blackfireweb
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}