ESOUIVortex
With the ESO UI extension installed into Vortex, this Firefox extension adds a one-click button to download and install an Addon…
Apa itu ESOUIVortex?
ESOUIVortex adalah ekstensi Chrome yang dikembangkan oleh blackfireweb, dan fitur utamanya adalah "With the ESO UI extension installed into Vortex, this Firefox extension adds a one-click button to download and install an Addon…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ESOUIVortex
Unduh file ekstensi ESOUIVortex dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | mpgejlffnbfhomnkopanhffaeekhklah |
URL Resmi | https://chromewebstore.google.com/detail/esouivortex/mpgejlffnbfhomnkopanhffaeekhklah |
Deskripsi | With the ESO UI extension installed into Vortex, this Firefox extension adds a one-click button to download and install an Addon… |
Ukuran File | 93.31 KB |
Jumlah Instalasi | 96 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2023-01-25 |
Tanggal Publikasi | 2023-01-25 |
Pengembang | blackfireweb |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |