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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย blackfireweb และคุณลักษณะหลักของมันคือ "With the ESO UI extension installed into Vortex, this Firefox extension adds a one-click button to download and install an Addon…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ESOUIVortex
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } ] } |