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
Eメール [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"
            ]
        }
    ]
}