Telegram Web Color Themes

Change theme color for Telegram Web

Τι είναι το Telegram Web Color Themes;

Το Telegram Web Color Themes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Neulen, και η κύρια λειτουργία του είναι "Change theme color for Telegram Web".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Telegram Web Color Themes

Λήψη αρχείων επέκτασης Telegram Web Color Themes σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
            ]
        }
    ]
}