ESOUIVortex

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

什么是ESOUIVortex?

ESOUIVortex是由blackfireweb开发的Chrome扩展程序,该扩展的主要功能是“With the ESO UI extension installed into Vortex, this Firefox extension adds a one-click button to download and install an Addon…”。

扩展截图

screenshot

下载ESOUIVortex扩展crx文件

下载ESOUIVortex扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 ESOUIVortex ESOUIVortex
ID mpgejlffnbfhomnkopanhffaeekhklah
官方URL https://chromewebstore.google.com/detail/esouivortex/mpgejlffnbfhomnkopanhffaeekhklah
简介 With the ESO UI extension installed into Vortex, this Firefox extension adds a one-click button to download and install an Addon…
文件大小 93.31 KB
安装次数 96
当前版本 1.0.0
更新时间 2023-01-25
上架时间 2023-01-25
开发者 blackfireweb
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
            ]
        }
    ]
}