Frag | Improved ESEA

An unofficial dark mode extension to improve quality of life on ESEA.net with a focus on clean aesthetics and legibility.

O que é Frag | Improved ESEA?

Frag | Improved ESEA é uma extensão do Chrome desenvolvida por edit, e sua principal característica é "An unofficial dark mode extension to improve quality of life on ESEA.net with a focus on clean aesthetics and legibility.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Frag | Improved ESEA

Baixe arquivos de extensão Frag | Improved ESEA 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

                        *WORKS FOR 2019 ESEA UPDATE*
Dark theme and enhancement suite for your ESEA experience. Cleaner, larger fonts, slightly changed color scheme and focus on flat design.

Primary features:
- Dark theme
- Crisp, legible font
- Removal of gradients, box shadows, etc.
- Cleaner charts and graphs

Created by Erik "edit" Slatter

https://twitter.com/erikslatter



Not affiliated with ESEA, ESL or Turtle Entertainment in any way.                    

Informações Básicas da Extensão

Nome Frag | Improved ESEA Frag | Improved ESEA
ID bmmkfncdfhjkefffchcghkbaidjpkhac
URL Oficial https://chrome.google.com/webstore/detail/frag-improved-esea/bmmkfncdfhjkefffchcghkbaidjpkhac
Descrição An unofficial dark mode extension to improve quality of life on ESEA.net with a focus on clean aesthetics and legibility.
Tamanho do Arquivo 54.98 KB
Contagem de Instalações 331
Versão Atual 1.3.0
Última Atualização 2019-02-25
Data de Publicação 2019-02-24
Classificação 4.73/5 Total de 11 Avaliações
Desenvolvedor edit
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Frag | Improved ESEA",
    "version": "1.3.0",
    "description": "An unofficial dark mode extension to improve quality of life on ESEA.net with a focus on clean aesthetics and legibility.",
    "author": "Erik 'edit' Slatter",
    "browser_action": {
        "default_icon": "icon48.png"
    },
    "options_ui": {
        "page": "options.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/*.esea.net\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/*.esea.net\/*",
        "tabs",
        "webNavigation"
    ]
}