Exeedme Enhancer

Adds useful features for a better exeedme experience.

Cos'è Exeedme Enhancer?

Exeedme Enhancer è un'estensione di Chrome sviluppata da JUZKEN, e la sua funzione principale è "Adds useful features for a better exeedme experience.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Exeedme Enhancer

Scarica i file di estensione Exeedme Enhancer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Exeedme Enhancer is a Chrome extension that enhances the experience on Exeedme.com by adding useful and improving existing features.

Features:
- Ready up for matches automatically
- Show player stats in the match room overview (FACEIT stats)
- Join server automatically
- more coming soon...

All features are configurable to your personal preferences.

Developer: https://twitter.com/JuzkenON                    

Informazioni di Base sull'Estensione

Nome Exeedme Enhancer Exeedme Enhancer
ID oegmgbfjcocjmklcgbpjgabacnjjbhik
URL Ufficiale https://chromewebstore.google.com/detail/exeedme-enhancer/oegmgbfjcocjmklcgbpjgabacnjjbhik
Descrizione Adds useful features for a better exeedme experience.
Dimensione del File 196 KB
Conteggio Installazioni 17
Versione Corrente 1.1.4
Ultimo Aggiornamento 2021-06-08
Data di Pubblicazione 2021-04-27
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore JUZKEN
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://twitter.com/JuzkenON
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Adds useful features for a better exeedme experience.",
    "version": "1.1.4",
    "name": "Exeedme Enhancer",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-128.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.exeedme.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "lvl-1.png",
                "lvl-2.png",
                "lvl-3.png",
                "lvl-4.png",
                "lvl-5.png",
                "lvl-6.png",
                "lvl-7.png",
                "lvl-8.png",
                "lvl-9.png",
                "lvl-10.png",
                "faceit_icon.png"
            ],
            "matches": [
                "*:\/\/*.exeedme.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}