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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "With the ESO UI extension installed into Vortex, this Firefox extension adds a one-click button to download and install an Addon…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ESOUIVortex एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
            ]
        }
    ]
}