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…”。
擴展截圖
下載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!
擴展基本資訊
名稱 | |
ID | mpgejlffnbfhomnkopanhffaeekhklah |
官方網址 | 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" ] } ] } |