XHordes

The official XHordes extension. Allows users to load mods into the game Hordes.io

XHordes क्या है?

XHordes LegusX द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The official XHordes extension. Allows users to load mods into the game Hordes.io"।

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

screenshot

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

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

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

                        The official XHordes Modding Extension! Allows anyone to easily install mods for the game Hordes.io

Features:
 - Install mods from .xhordes.zip files
 - Change mod loading order
 - Enable/disable individual mods

How to use:
Simply visit the download link for any XHordes compatible mod and then click "Install" on the page that follows.
(If prompted for save location, please select "save file" and not "open"!

After installing a mod, it'll be automatically loaded into Hordes.io when you open it next!

NOTE:
Hordes.io will probably take longer to load than usual (typically another 20-30 seconds). If it takes longer than a minute, please reload the page and see if it works. If it still doesn't work, please report it in our Discord server ( https://discord.gg/y9YS633r5p )

Want to create your own mod?
Follow this link for instructions on how to do so!
https://github.com/LegusX/xhordes/wiki/Creating-a-Mod

Want to contribute, or just view the source code?
Check out the Github repository. All the code is open source! 
https://github.com/LegusX/xhordes                    

एक्सटेंशन की मूल जानकारी

नाम XHordes XHordes
ID gbpigolhkeokbbpieimeiknacjhhejhl
आधिकारिक URL https://chromewebstore.google.com/detail/xhordes/gbpigolhkeokbbpieimeiknacjhhejhl
विवरण The official XHordes extension. Allows users to load mods into the game Hordes.io
फ़ाइल का आकार 365 KB
स्थापना संख्या 43
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2021-03-31
प्रकाशन तिथि 2021-03-30
रेटिंग 2.00/5 कुल 1 रेटिंग्स
डेवलपर LegusX
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/LegusX/xhordes
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "XHordes",
    "version": "0.0.1",
    "homepage_url": "https:\/\/xhordes.legusx.dev",
    "description": "The official XHordes extension. Allows users to load mods into the game Hordes.io",
    "icons": {
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/hordes.io\/play"
            ],
            "js": [
                "src\/browser-polyfill.js",
                "src\/loader.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/hordes.io\/play",
        "unlimitedStorage",
        "storage",
        "downloads"
    ],
    "browser_action": {
        "default_popup": "popup\/index.html",
        "default_title": "XHordes"
    },
    "background": {
        "scripts": [
            "src\/browser-polyfill.js",
            "src\/jszip.min.js",
            "src\/idb-file-storage.js",
            "src\/background.js"
        ]
    },
    "web_accessible_resources": [
        "bootstrap\/*",
        "install\/*",
        "src\/*"
    ]
}