Frag | Improved ESEA

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

Wat is Frag | Improved ESEA?

Frag | Improved ESEA is een Chrome-extensie ontwikkeld door edit, en de belangrijkste functie is "An unofficial dark mode extension to improve quality of life on ESEA.net with a focus on clean aesthetics and legibility.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Frag | Improved ESEA

Download Frag | Improved ESEA-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        *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.                    

Basisinformatie over de Extensie

Naam Frag | Improved ESEA Frag | Improved ESEA
ID bmmkfncdfhjkefffchcghkbaidjpkhac
Officiële URL https://chrome.google.com/webstore/detail/frag-improved-esea/bmmkfncdfhjkefffchcghkbaidjpkhac
Beschrijving An unofficial dark mode extension to improve quality of life on ESEA.net with a focus on clean aesthetics and legibility.
Bestandsgrootte 54.98 KB
Aantal Installaties 331
Huidige Versie 1.3.0
Laatst Bijgewerkt 2019-02-25
Publicatiedatum 2019-02-24
Beoordeling 4.73/5 Totaal 11 Beoordelingen
Ontwikkelaar edit
Betalingswijze free
Ondersteunde Talen 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"
    ]
}