Chzzk Latency Display
For a quick chating, Displays the latency of the video in the chat input window.
什麼是Chzzk Latency Display?
Chzzk Latency Display是由sweet開發的Chrome擴展程式,該擴展的主要功能是“For a quick chating, Displays the latency of the video in the chat input window.”。
擴展截圖
下載Chzzk Latency Display擴展crx文件
下載Chzzk Latency Display擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Twitch Latency Display 🔹This is the Chzzk version of the [Twitch Latency Display] extension. When you're watching a live stream on chzzk.naver.com, display the latency of the video in the chat bar for quicker chatting. What it does - Displays the latency of the live broadcast video. - Fast-forward the video buffer (helpful in case of high latency)
擴展基本資訊
名稱 | Chzzk Latency Display |
ID | bbcjmjholboggfggopgdhmakkopmichm |
官方網址 | https://chromewebstore.google.com/detail/chzzk-latency-display/bbcjmjholboggfggopgdhmakkopmichm |
簡介 | For a quick chating, Displays the latency of the video in the chat input window. |
檔案大小 | 48.58 KB |
安裝次數 | 140 |
目前版本 | 1.0.7 |
更新時間 | 2024-02-21 |
上架時間 | 2024-02-13 |
評分 | 5.00/5 共 2 次評分 |
開發者 | sweet |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.7", "minimum_chrome_version": "105", "permissions": [ "storage", "scripting" ], "host_permissions": [ "*:\/\/chzzk.naver.com\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/chzzk.naver.com\/*" ], "js": [ "\/script.js" ], "css": [ "\/chzzk.css" ], "run_at": "document_end" } ], "action": { "default_title": "Chzzk Latency Display", "default_icon": "icon128.png", "default_popup": "options.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 3 } |