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 |
Eメール | [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" ] } ] } |