Youtube Popup Comments
A way to see comments while watching videos, without scrolling away from it
什么是Youtube Popup Comments?
Youtube Popup Comments是由Armaan Shah开发的Chrome扩展程序,该扩展的主要功能是“A way to see comments while watching videos, without scrolling away from it”。
扩展截图
下载Youtube Popup Comments扩展crx文件
下载Youtube Popup Comments扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Ever wanted to read the comments on a YouTube video, without scrolling down to the comments section and missing any of the action? With this extension, you can. Simply click on the button added to the top of the YouTube UI (next to the watch later button), and scroll through the comments using the newly created pop-up window that appears on top of your video. Click on the button again to close the pop-up when you want to focus on your video.
扩展基本信息
名称 | Youtube Popup Comments |
ID | khlcpbakdpgeghfadigjkkmmhdccfmkk |
官方URL | https://chromewebstore.google.com/detail/youtube-popup-comments/khlcpbakdpgeghfadigjkkmmhdccfmkk |
简介 | A way to see comments while watching videos, without scrolling away from it |
文件大小 | 24.61 KB |
安装次数 | 91 |
当前版本 | 1.0 |
更新时间 | 2021-08-18 |
上架时间 | 2021-08-18 |
评分 | 5.00/5 共2次评分 |
开发者 | Armaan Shah |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://raw.githubusercontent.com/DiamondDeadMaw/Youtube-Popup-Comments/main/Privacy%20Policy.txt |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Popup Comments", "description": "A way to see comments while watching videos, without scrolling away from it", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "tabs", "scripting" ], "host_permissions": [ " |