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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } } |