Metadata for YouTube
Visualize the comment activity of YouTube videos
什么是Metadata for YouTube?
Metadata for YouTube是由overyoutube.com开发的Chrome扩展程序,该扩展的主要功能是“Visualize the comment activity of YouTube videos”。
扩展截图
下载Metadata for YouTube扩展crx文件
下载Metadata for YouTube扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Save time reading comments and navigating through long videos Features: (1) Skip to the exciting parts Visualize comment activity with a frequency histogram -- See where and how many people commented during the course of the video. See top comments at X seconds into the video upon hover. (2) Join the excitement Danmu, danmaku, bullet comments, whatever you like to call it -- Display timestamped comments in a scrolling fashion during video playback. Adjust size, speed, opacity, and the fraction of screen that is covered.
扩展基本信息
名称 | Metadata for YouTube |
ID | bbeagninemnincpcelpaajhekollfiip |
官方URL | https://chromewebstore.google.com/detail/metadata-for-youtube/bbeagninemnincpcelpaajhekollfiip |
简介 | Visualize the comment activity of YouTube videos |
文件大小 | 4.62 MB |
安装次数 | 32 |
当前版本 | 1.1 |
更新时间 | 2020-05-25 |
上架时间 | 2020-05-24 |
开发者 | overyoutube.com |
付费类型 | free |
扩展官网 | https://overyoutube.com |
帮助页面URL | https://overyoutube.com |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Metadata for YouTube", "short_name": "Metadata for YouTube", "description": "Visualize the comment activity of YouTube videos", "version": "1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "\/static\/css\/main.css" ], "js": [ "\/static\/js\/main.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "oauth2": { "client_id": "223132972673-rsltea1q13hmlkt3okva52e7ibq2eumm.apps.googleusercontent.com", "scopes": [ "email", "openid", "profile" ] } } |