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 |
官方網址 | 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" ] } } |