Frag | Improved ESEA

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

ما هو Frag | Improved ESEA؟

Frag | Improved ESEA هو إضافة Chrome تم تطويرها بواسطة edit، والميزة الرئيسية لها هي "An unofficial dark mode extension to improve quality of life on ESEA.net with a focus on clean aesthetics and legibility.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Frag | Improved ESEA

قم بتنزيل ملفات الامتداد Frag | Improved ESEA بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Frag | Improved ESEA Frag | Improved ESEA
ID bmmkfncdfhjkefffchcghkbaidjpkhac
عنوان URL الرسمي https://chrome.google.com/webstore/detail/frag-improved-esea/bmmkfncdfhjkefffchcghkbaidjpkhac
الوصف An unofficial dark mode extension to improve quality of life on ESEA.net with a focus on clean aesthetics and legibility.
حجم الملف 54.98 KB
عدد التثبيتات 331
النسخة الحالية 1.3.0
آخر تحديث 2019-02-25
تاريخ النشر 2019-02-24
تقييم 4.73/5 مجموع تقييمات 11
المطور edit
نوع الدفع free
اللغات المدعومة 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"
    ]
}