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」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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 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"
        ]
    }
}