Telegram Web Color Themes

Change theme color for Telegram Web

Cos'è Telegram Web Color Themes?

Telegram Web Color Themes è un'estensione di Chrome sviluppata da Neulen, e la sua funzione principale è "Change theme color for Telegram Web".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Telegram Web Color Themes

Scarica i file di estensione Telegram Web Color Themes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Telegram Web Color Themes Telegram Web Color Themes
ID cbdhanbnohmjdpjickjpjdebbelnlfle
URL Ufficiale https://chromewebstore.google.com/detail/telegram-web-color-themes/cbdhanbnohmjdpjickjpjdebbelnlfle
Descrizione Change theme color for Telegram Web
Dimensione del File 35.72 KB
Conteggio Installazioni 204
Versione Corrente 1.0.2
Ultimo Aggiornamento 2023-04-29
Data di Pubblicazione 2021-05-16
Valutazione 4.00/5 Totale 5 Valutazioni
Sviluppatore Neulen
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}