ESOUIVortex
With the ESO UI extension installed into Vortex, this Firefox extension adds a one-click button to download and install an Addon…
ESOUIVortex là gì?
ESOUIVortex là một tiện ích mở rộng Chrome được phát triển bởi blackfireweb, và tính năng chính của nó là "With the ESO UI extension installed into Vortex, this Firefox extension adds a one-click button to download and install an Addon…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ESOUIVortex
Tải xuống các tệp mở rộng ESOUIVortex dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mpgejlffnbfhomnkopanhffaeekhklah |
URL Chính Thức | https://chromewebstore.google.com/detail/esouivortex/mpgejlffnbfhomnkopanhffaeekhklah |
Mô tả | With the ESO UI extension installed into Vortex, this Firefox extension adds a one-click button to download and install an Addon… |
Kích Thước Tệp | 93.31 KB |
Số Lần Cài Đặt | 96 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2023-01-25 |
Ngày Phát Hành | 2023-01-25 |
Nhà Phát Triển | blackfireweb |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |