1 item
自動將 YouTube 聊天室中的 @ID 替換為頻道顯示名稱,支援直播及一般聊天室即時更新。 中文: 詳細說明可參考 https://qquas.com/ytid/ 本擴充功能能替換 YouTube 聊天室留言的顯示名稱,將直播聊天室與一般聊天室中的留言 @ID 自動替換為頻道顯示名稱。 自動將 @handle 換成頻道名稱 僅作用於 YouTube,不影響其他網站 使用快取減少請求,提高效能 不收集、不儲存、不分享個人資料,僅使用公開資訊 English: This extension fixes YouTube’s display issue by replacing @handle in live chat and viewer lists with the channel display name. Automatically replaces @handle with channel names Works only on YouTube, does not affect other sites Uses caching to reduce requests and improve performance Does not collect, store, or share personal data; only uses public information 更新說明: 版本 v2.4.1 • 程式碼結構優化 Version v2.4.1 • Optimized overall code structure for better stability and maintainability 版本 v2.4.0 • SFC 相容性修復:修復聊天室大量刷新留言時會有替換名稱錯誤的問題 • 綁定判斷升級:加入 msgId / cid / handle 比對,偵測到 DOM 被重用時會清除舊資料並重新掃描 • 程式結構優化 Version v2.4.0 • SFC compatibility fix: resolved incorrect name replacements during heavy chat refresh bursts. • Enhanced binding validation: added msgId/cid/handle checks to detect DOM reuse, clear stale data, and force a re-scan. • Code structure improvements. 版本 v2.3.4 • 留言區查詢與替換加速:新增留言專用批次延遲設定,讓新出現留言更快開始查詢 • 留言區不再等待 channelId:避免卡住等待時間,提升首次替換速度 • 留言排序切換更穩定:排序後會重新掃描並重新綁定留言作者,避免名稱對不上或固定不動 Version v2.3.4 • Faster comment name lookup & replacement by adding a dedicated comment batching delay for quicker fetch start. • Comments no longer wait for channelId (CID) before resolving names, reducing initial latency. • Improved stability when switching comment sort order by re-scanning and rebinding authors to prevent mismatched or “stuck” names. 版本 v2.3.3 • 修復「贈送會員」訊息無法正確替換名稱的 BUG • 新增「降落訊息 頭像可點擊,於新分頁開啟對方頻道 Version v2.3.3 • Fixed an issue where gifted membership messages could not correctly replace channel names. • Added support to open the sender’s channel in a new tab by clicking the avatar in ticker messages. 版本 v2.3.2 • 修復超級留言無法正確替換頻道名稱的問題 • 修復降落訊息(跑馬燈)未替換頻道名稱的問題 Version v2.3.2 • Fixed an issue where Super Chats did not correctly replace the channel name • Fixed an issue where ticker / arrival messages did not replace the channel name 版本 v2.3.1 • 程式碼結構優化 Version v2.3.1 • Optimized overall code structure for better stability and maintainability 版本 v2.3.0 • 新增「channelId 優先查詢」機制:聊天室成功抓到 channelId 時,會一併傳給伺服器並寫入資料庫,大幅提升名稱命中率。 • 新增三層備援機制:當 YouTube API 失敗時,會依序改用 RSS feed 與 HTML 解析頻道頁,盡量避免出現名稱為空的情況。 • 程式碼結構優化:重構部分程式碼,強化整體穩定度與可維護性。 Version v2.3.0 • Added a “channelId-first lookup” mechanism: when live chat successfully captures a channelId, it is sent to the server and stored in the database, greatly improving the display-name hit rate. • Added a three-layer fallback mechanism: if the YouTube API fails, the system falls back to RSS feeds and then HTML parsing of the channel page, minimizing cases where the display name is empty. • Refactored and optimized the code structure to improve overall stability and maintainability. 版本 v2.2.9 • 新增「點頭貼開頻道」功能:在直播聊天室中點擊頭像,會在新分頁開啟對方的頻道頁。 • 新增 handle → channelId 本地快取(chrome.storage.local),減少伺服器查詢次數。 • 伺服器批次查詢優化:最多 50 筆 handle 合併為一個請求,約每 3 秒送出一次,進一步降低 API 用量。 • 本地名稱快取有效期延長為 7 天,常見頻道名稱更不容易被清掉。 Version v2.2.9 • Added a “click avatar to open channel” feature: clicking a user’s avatar in live chat will open their channel page in a new tab. • Added a local handle → channelId cache (via chrome.storage.local) to reduce server requests. • Optimized server-side batch requests: up to 50 handles are combined into a single request, sent roughly every 3 seconds, further reducing API usage. • Extended the local name cache validity to 7 days so frequently seen channel names are less likely to be purged. 版本 v2.2.8 • 優化向伺服器發送請求的合理性 • 整理部分程式碼並進行模組化 • 程式碼結構優化(強化穩定度與可維護性) Version v2.2.8 • Improved request handling logic for better efficiency • Refactored and modularized portions of the code • Enhanced overall code structure for better stability and maintainability 版本 v2.2.7 • 程式碼結構優化 Version v2.2.7 • Optimized overall code structure for better stability and maintainability 版本 v2.2.6 • 新增雲端 / 本地查詢模式切換,可在工具列插件中選擇設定 • 新增本地名稱快取(預設保留 3 天)與「清除本地快取」按鈕 • 新增「關於本擴充功能」頁面,說明設計初衷、模式差異與隱私資訊 Version v2.2.6 • Added a switch between Cloud / Local query modes, configurable from the toolbar extension popup • Added local name caching (kept for 3 days by default) plus a “Clear local cache” button • Added an “About this extension” page to explain the design purpose, mode differences, and privacy details 版本 v2.2.5 • 優化套件摘要的解釋 Version v2.2.5 • Improved the clarity of the extension overview description 版本 v2.2.4 • 修復一般留言名字會有替換錯誤的BUG • 程式碼結構優化 Version v2.2.4 • Fixed a bug where display names in regular comments were replaced incorrectly • Optimized overall code structure for better stability and maintainability 版本 v2.2.3 • 新增「一般影片留言區支援」:現在不僅直播聊天室,影片下方的主留言與回覆也會自動替換為真實頻道名稱 • 整合聊天室與留言區為單一監控器,全面提升穩定性與即時性 Version v2.2.3 • Added support for regular YouTube video comments — both main comments and replies now automatically display the correct channel names • Unified live chat and comment section under a single observer for improved stability and responsiveness 版本 v2.2.2 • 新增「智慧自動貼底」功能:聊天室因名稱變長或 SuperChat 導致卡住時,會自動回到最新訊息 • 手動捲動時不會被強制拉回底部,保留正常瀏覽體驗 • Tooltip / 名稱替換 / 會員徽章功能全部保留並正常運作 • 程式碼結構優化,確保功能擴充後仍維持低效能負擔 Version v2.2.2 • Added Smart AutoScroll — the chat will automatically stay at the latest message even when long replaced names or SuperChats change the layout • Auto-scroll will not force-scroll when the user manually scrolls upward, preserving normal browsing behavior • Tooltip, name replacement, and membership badge features remain fully supported and unchanged • Internal code has been optimized to ensure low performance overhead even after feature expansion 版本 v2.2.1 • Tooltip 全面啟用(可查看會員徽章+會員期間+原始 ID) • 支援 YouTube 會員徽章圖示(自動解析 IMG / SVG / Emoji) • 修正「新會員」顯示異常,現在正確顯示為「新會員」 • 整體效能優化、降低 API 請求負擔 Version v2.2.1 • Tooltip enabled globally (shows membership badge, duration, and original ID) • Added full support for YouTube membership badges (IMG / SVG / Emoji) • Fixed "New Member" label issue — now displays correctly • Improved overall performance and reduced API requests 版本 v2.2.0 • 新增 Tooltip UI(顯示會員狀態+原始 ID) • 程式碼模組化、結構優化、補強註解 • 改善整體運作流暢度 What's new — Version 2.2.0 • Added Tooltip UI (shows membership status + original @ID) • Code modularized with improved structure and enhanced documentation • Improved overall performance and runtime smoothness 版本 2.1.0 – 效能與穩定性更新 • 提升聊天室名稱顯示穩定度 • 優化快取機制與載入速度 • 改善整體運作流暢度 What’s new Version 2.1.0 – Performance and Stability Update • Improved name display stability in live chat • Optimized caching and loading efficiency • Enhanced overall smoothness and reliability
Dec 26, 2025
rating_count is the Chrome Web Store ratings count, not a written-review count.
Media assets
Screenshots and videos on the listing.
Has promo video
Whether the listing includes at least one video.
Languages
Declared language locales.
Developer website
Listing exposes a developer website URL.
Contact email
Listing exposes a contact email.
Keyword in name
Case-insensitive substring match in the name.
Keyword in description
Case-insensitive substring match in the description.
Keyword occurrences in description
Count of case-insensitive occurrences in the description.
Category user-count percentile
Share of same-category extensions with fewer users (null if unknown).
These are transparent listing completeness / keyword signals, not a prediction of Chrome Web Store search ranking.