Telegram Web Color Themes
Change theme color for Telegram Web
什么是Telegram Web Color Themes?
Telegram Web Color Themes是由Neulen开发的Chrome扩展程序,该扩展的主要功能是“Change theme color for Telegram Web”。
扩展截图
下载Telegram Web Color Themes扩展crx文件
下载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 |
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" ] } ] } |