Exeedme Enhancer

Adds useful features for a better exeedme experience.

O que é Exeedme Enhancer?

Exeedme Enhancer é uma extensão do Chrome desenvolvida por JUZKEN, e sua principal característica é "Adds useful features for a better exeedme experience.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Exeedme Enhancer

Baixe arquivos de extensão Exeedme Enhancer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Exeedme Enhancer Exeedme Enhancer
ID oegmgbfjcocjmklcgbpjgabacnjjbhik
URL Oficial https://chromewebstore.google.com/detail/exeedme-enhancer/oegmgbfjcocjmklcgbpjgabacnjjbhik
Descrição Adds useful features for a better exeedme experience.
Tamanho do Arquivo 196 KB
Contagem de Instalações 17
Versão Atual 1.1.4
Última Atualização 2021-06-08
Data de Publicação 2021-04-27
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor JUZKEN
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://twitter.com/JuzkenON
Idiomas Suportados 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"
    ]
}