YouTube sticky player
You can read comments while watching the video for YouTube.
什麼是YouTube sticky player?
YouTube sticky player是由celclow開發的Chrome擴展程式,該擴展的主要功能是“You can read comments while watching the video for YouTube.”。
擴展截圖
下載YouTube sticky player擴展crx文件
下載YouTube sticky player擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Click the icon on the YouTube player to fix the player. You can scroll down to read the comments while watching the video.
擴展基本資訊
名稱 | YouTube sticky player |
ID | fgohjopebdeegkkcmmenfghfhkedggfm |
官方網址 | https://chromewebstore.google.com/detail/youtube-sticky-player/fgohjopebdeegkkcmmenfghfhkedggfm |
簡介 | You can read comments while watching the video for YouTube. |
檔案大小 | 11.41 KB |
安裝次數 | 217 |
目前版本 | 1.1.5 |
更新時間 | 2023-10-01 |
上架時間 | 2020-05-21 |
評分 | 4.40/5 共 5 次評分 |
開發者 | celclow |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/celclow/youtube-sticky-player |
說明頁面URL | https://github.com/celclow/youtube-sticky-player |
支援的語言 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube sticky player", "version": "1.1.5", "manifest_version": 3, "description": "__MSG_ext_desc__", "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "youtube_sticky_player.js" ], "css": [ "youtube_sticky_player.css" ], "run_at": "document_end" } ], "icons": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" } } |