YouTube™ Chat Helper
A chromium browser's extension to make YouTube™ chats easier to read and write.
什麼是YouTube™ Chat Helper?
YouTube™ Chat Helper是由Atom Gravitation開發的Chrome擴展程式,該擴展的主要功能是“A chromium browser's extension to make YouTube™ chats easier to read and write.”。
擴展截圖
下載YouTube™ Chat Helper擴展crx文件
下載YouTube™ Chat Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Add the Youtube™ Chat Helper for better access to the chats in Youtube™. Upgrade your watching experience with the Youtube™ Chat Helper extension for Chrome. Features of the Youtube™ Chat Helper include: − Showing Youtub's chats in any mode(full screen mode, theater mode or normal mode) − Displaying the chats by making full use of every pixel your screen has By installing this extension, you agree to the Terms of Service at: http://bit.ly/371LrW5 and Privacy Statement at http://bit.ly/2NaPfx7 Disclaimer: Youtube™ is a trademark of Google Inc. Use of the trademark is subject to Google Permissions. Youtube™ Chat Helper is not created, associated nor endorsed by and with YouTube™ or Google inc.
擴展基本資訊
名稱 | YouTube™ Chat Helper |
ID | bfphigkhonoaimbclkgeaddkkonfcbbd |
官方網址 | https://chromewebstore.google.com/detail/youtube-chat-helper/bfphigkhonoaimbclkgeaddkkonfcbbd |
簡介 | A chromium browser's extension to make YouTube™ chats easier to read and write. |
檔案大小 | 441 KB |
安裝次數 | 38 |
目前版本 | 0.0.1 |
更新時間 | 2021-02-15 |
上架時間 | 2021-02-15 |
開發者 | Atom Gravitation |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.deepsea.tk/ |
隱私政策頁面URL | https://www.deepsea.tk/privacy |
支援的語言 | en,fr,es-419,hi,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "homepage_url": "https:\/\/www.deepsea.tk", "description": "__MSG_extDesc__", "default_locale": "en", "version": "0.0.1", "permissions": [ "storage", "webRequest", "activeTab", "https:\/\/www.youtube.com\/*" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "run_at": "document_end", "js": [ "js\/content-script.js" ], "css": [ "css\/content-script.b76ba528.css" ] } ], "browser_action": { "default_popup": "popup.html", "default_title": "__MSG_extTitle__", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } }, "options_page": "options.html", "content_security_policy": "script-src 'self' ; object-src 'self'" } |