Metadata for YouTube
Visualize the comment activity of YouTube videos
Metadata for YouTube là gì?
Metadata for YouTube là một tiện ích mở rộng Chrome được phát triển bởi overyoutube.com, và tính năng chính của nó là "Visualize the comment activity of YouTube videos".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Metadata for YouTube
Tải xuống các tệp mở rộng Metadata for YouTube dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Metadata for YouTube |
ID | bbeagninemnincpcelpaajhekollfiip |
URL Chính Thức | https://chromewebstore.google.com/detail/metadata-for-youtube/bbeagninemnincpcelpaajhekollfiip |
Mô tả | Visualize the comment activity of YouTube videos |
Kích Thước Tệp | 4.62 MB |
Số Lần Cài Đặt | 32 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2020-05-25 |
Ngày Phát Hành | 2020-05-24 |
Nhà Phát Triển | overyoutube.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://overyoutube.com |
URL Trang Trợ Giúp | https://overyoutube.com |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |