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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        *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"
    ]
}