Telegram Web Color Themes

Change theme color for Telegram Web

Telegram Web Color Themes क्या है?

Telegram Web Color Themes Neulen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change theme color for Telegram Web"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Telegram Web Color Themes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Telegram Web Color Themes Telegram Web Color Themes
ID cbdhanbnohmjdpjickjpjdebbelnlfle
आधिकारिक URL https://chromewebstore.google.com/detail/telegram-web-color-themes/cbdhanbnohmjdpjickjpjdebbelnlfle
विवरण Change theme color for Telegram Web
फ़ाइल का आकार 35.72 KB
स्थापना संख्या 204
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2023-04-29
प्रकाशन तिथि 2021-05-16
रेटिंग 4.00/5 कुल 5 रेटिंग्स
डेवलपर Neulen
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}