Exs Dark Theme

Applies custom styling for gaming community exs.lv

Exs Dark Themeคืออะไร?

Exs Dark Theme เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ArnoldsK และคุณลักษณะหลักของมันคือ "Applies custom styling for gaming community exs.lv"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Exs Dark Theme

ดาวน์โหลดไฟล์ส่วนขยาย Exs Dark Theme ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Nothing special is required. Simply install the extension and reload the page.

Enjoy the void!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Exs Dark Theme Exs Dark Theme
ID fboiialfdhmnbkmapmheglgkmpggdokb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/exs-dark-theme/fboiialfdhmnbkmapmheglgkmpggdokb
คำอธิบาย Applies custom styling for gaming community exs.lv
ขนาดไฟล์ 253 KB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 4.4
อัปเดตครั้งล่าสุด 2020-03-30
วันที่เผยแพร่ 2020-03-25
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา ArnoldsK
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://exs.lv
URL หน้าช่วยเหลือ https://exs.lv/user/2145
ภาษาที่รองรับ lv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Exs Dark Theme",
    "description": "Applies custom styling for gaming community exs.lv",
    "version": "4.4",
    "manifest_version": 2,
    "web_accessible_resources": [
        "js\/analytics.js",
        "css\/style.css",
        "img\/menu.png",
        "img\/spoiler.png",
        "img\/url.png",
        "img\/img.png",
        "img\/pepsi.png"
    ],
    "content_scripts": [
        {
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery-3.3.1.min.js",
                "js\/main.js"
            ],
            "matches": [
                "https:\/\/exs.lv\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "converted_from_user_script": true,
    "icons": {
        "16": "icon-16.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "storage"
    ]
}