Exs Dark Theme

Applies custom styling for gaming community exs.lv

Exs Dark Theme là gì?

Exs Dark Theme là một tiện ích mở rộng Chrome được phát triển bởi ArnoldsK, và tính năng chính của nó là "Applies custom styling for gaming community exs.lv".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Exs Dark Theme

Tải xuống các tệp mở rộng Exs Dark Theme dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Enjoy the void!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Exs Dark Theme Exs Dark Theme
ID fboiialfdhmnbkmapmheglgkmpggdokb
URL Chính Thức https://chromewebstore.google.com/detail/exs-dark-theme/fboiialfdhmnbkmapmheglgkmpggdokb
Mô tả Applies custom styling for gaming community exs.lv
Kích Thước Tệp 253 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 4.4
Cập Nhật Lần Cuối 2020-03-30
Ngày Phát Hành 2020-03-25
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển ArnoldsK
Loại Thanh Toán free
Trang Web Mở Rộng https://exs.lv
URL Trang Trợ Giúp https://exs.lv/user/2145
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}