Telegram Web Color Themes

Change theme color for Telegram Web

O que é Telegram Web Color Themes?

Telegram Web Color Themes é uma extensão do Chrome desenvolvida por Neulen, e sua principal característica é "Change theme color for Telegram Web".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Telegram Web Color Themes

Baixe arquivos de extensão Telegram Web Color Themes no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Telegram Web Color Themes Telegram Web Color Themes
ID cbdhanbnohmjdpjickjpjdebbelnlfle
URL Oficial https://chromewebstore.google.com/detail/telegram-web-color-themes/cbdhanbnohmjdpjickjpjdebbelnlfle
Descrição Change theme color for Telegram Web
Tamanho do Arquivo 35.72 KB
Contagem de Instalações 204
Versão Atual 1.0.2
Última Atualização 2023-04-29
Data de Publicação 2021-05-16
Classificação 4.00/5 Total de 5 Avaliações
Desenvolvedor Neulen
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}