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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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" ] } ] } |