Telegram Web Color Themes

Change theme color for Telegram Web

Telegram Web Color Themes là gì?

Telegram Web Color Themes là một tiện ích mở rộng Chrome được phát triển bởi Neulen, và tính năng chính của nó là "Change theme color for Telegram Web".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Telegram Web Color Themes

Tải xuống các tệp mở rộng Telegram Web Color Themes 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

                        This extension allows you to change the color theme for web.telegram.org/a/ (so far only for the A (Z) version and only for dark mode). You can easily change the color of sent messages, links, indicators and more.
It is also possible to make a smooth automatic color change, this is called the rainbow mode.

Source code: https://github.com/naztar0/TelegramWebColorThemesExtension                    

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

Tên Telegram Web Color Themes Telegram Web Color Themes
ID cbdhanbnohmjdpjickjpjdebbelnlfle
URL Chính Thức https://chromewebstore.google.com/detail/telegram-web-color-themes/cbdhanbnohmjdpjickjpjdebbelnlfle
Mô tả Change theme color for Telegram Web
Kích Thước Tệp 35.72 KB
Số Lần Cài Đặt 204
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2023-04-29
Ngày Phát Hành 2021-05-16
Đánh Giá 4.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Neulen
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Telegram Web Color Themes",
    "version": "1.0.2",
    "manifest_version": 3,
    "description": "Change theme color for Telegram Web",
    "author": "Neulen",
    "homepage_url": "https:\/\/web.telegram.org\/a\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "View panel",
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/webz.telegram.org\/*",
        "https:\/\/weba.telegram.org\/*",
        "https:\/\/web.telegram.org\/z\/*",
        "https:\/\/web.telegram.org\/a\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/webz.telegram.org\/*",
                "https:\/\/weba.telegram.org\/*",
                "https:\/\/web.telegram.org\/z\/*",
                "https:\/\/web.telegram.org\/a\/*"
            ],
            "js": [
                "src\/js\/inject.js"
            ]
        }
    ]
}