Hololive Chat Capturer
Capture the translation on Hololive's Livestream chat.
什麼是Hololive Chat Capturer?
Hololive Chat Capturer是由OT開發的Chrome擴展程式,該擴展的主要功能是“Capture the translation on Hololive's Livestream chat.”。
擴展截圖
下載Hololive Chat Capturer擴展crx文件
下載Hololive Chat Capturer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Thank you, Translators. 💖
擴展基本資訊
名稱 | Hololive Chat Capturer |
ID | pliahmbkngnekjceflkcjoejcnlbmfha |
官方網址 | https://chromewebstore.google.com/detail/hololive-chat-capturer/pliahmbkngnekjceflkcjoejcnlbmfha |
簡介 | Capture the translation on Hololive's Livestream chat. |
檔案大小 | 50.66 KB |
安裝次數 | 325 |
目前版本 | 2.4.3 |
更新時間 | 2023-05-12 |
上架時間 | 2020-09-09 |
評分 | 5.00/5 共 6 次評分 |
開發者 | OT |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://hololive-chat-capturer.github.io |
說明頁面URL | https://github.com/hololive-chat-capturer/hololive-chat-capturer.github.io/issues |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "author": "nyanyadesu", "name": "Hololive Chat Capturer", "description": "Capture the translation on Hololive's Livestream chat.", "homepage_url": "https:\/\/hololive-chat-capturer.github.io", "version": "2.4.3", "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "js\/app.js" ], "css": [ "css\/responsive.css" ], "run_at": "document_end" } ], "background": { "service_worker": "js\/background_script.js" }, "action": { "default_icon": { "19": "img\/icon-19x19.png", "38": "img\/icon-38x38.png" }, "default_title": "Hololive Chat Capturer", "default_popup": "action\/index.html" }, "options_ui": { "page": "options\/index.html" }, "permissions": [ "storage", "tabs" ], "host_permissions": [ "https:\/\/*.youtube.com\/*" ], "icons": { "16": "img\/icon-16x16.png", "48": "img\/icon-48x48.png", "96": "img\/icon-96x96.png", "128": "img\/icon-128x128.png", "256": "img\/icon-256x256.png" } } |