Enhancer for Telegram™
Easy access to Telegram web with enhancing and privacy features.
Enhancer for Telegram™คืออะไร?
Enhancer for Telegram™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Grephy และคุณลักษณะหลักของมันคือ "Easy access to Telegram web with enhancing and privacy features."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Enhancer for Telegram™
ดาวน์โหลดไฟล์ส่วนขยาย Enhancer for Telegram™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Enhancer for Telegram™ is an extension that enables you to get more from the Telegram web interface. Important note: Enhancer for Telegram™ does NOT belong or relate to the official Telegram application or website. It is an unofficial extension that is developed and maintained independently. This unofficial extension is a wrapper to the original Telegram and tries to enhance its usage. With this addon, you get several privacy enhancements and badge-text notifications (when the interface is open). Please visit the options page to adjust the privacy and enhancement features. In privacy features, this addon can blur different segments within the Telegram web interface. By default, only the main body message section is active. Please mark desired items and see which one is best for you. To report bugs, please use the addon's homepage and fill out the bug report form (https://mybrowseraddon.com/telegram-desktop.html).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Enhancer for Telegram™ |
ID | dafiggkhlbbhfcpgggcfeeoliillkabn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/enhancer-for-telegram/dafiggkhlbbhfcpgggcfeeoliillkabn |
คำอธิบาย | Easy access to Telegram web with enhancing and privacy features. |
ขนาดไฟล์ | 22.58 KB |
จำนวนการติดตั้ง | 71,765 |
เวอร์ชันปัจจุบัน | 0.2.6 |
อัปเดตครั้งล่าสุด | 2023-01-02 |
วันที่เผยแพร่ | 2018-07-08 |
คะแนน | 3.90/5 รวมทั้งหมด 343 คะแนน |
ผู้พัฒนา | Grephy |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://mybrowseraddon.com/telegram-desktop.html |
URL หน้าช่วยเหลือ | https://mybrowseraddon.com/telegram-desktop.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.2.6", "manifest_version": 3, "permissions": [ "storage" ], "name": "Enhancer for Telegram\u2122", "homepage_url": "https:\/\/mybrowseraddon.com\/telegram-desktop.html", "description": "Easy access to Telegram web with enhancing and privacy features.", "background": { "service_worker": "background.js" }, "options_ui": { "open_in_tab": true, "page": "data\/options\/options.html" }, "action": { "default_title": "Enhancer for Telegram\u2122", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "content_scripts": [ { "all_frames": true, "run_at": "document_start", "matches": [ "*:\/\/*.web.telegram.org\/*" ], "js": [ "data\/content_script\/inject.js" ], "css": [ "data\/content_script\/inject.css" ] } ], "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |