Metadata for YouTube

Visualize the comment activity of YouTube videos

O que é Metadata for YouTube?

Metadata for YouTube é uma extensão do Chrome desenvolvida por overyoutube.com, e sua principal característica é "Visualize the comment activity of YouTube videos".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Metadata for YouTube

Baixe arquivos de extensão Metadata for YouTube no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Metadata for YouTube Metadata for YouTube
ID bbeagninemnincpcelpaajhekollfiip
URL Oficial https://chromewebstore.google.com/detail/metadata-for-youtube/bbeagninemnincpcelpaajhekollfiip
Descrição Visualize the comment activity of YouTube videos
Tamanho do Arquivo 4.62 MB
Contagem de Instalações 32
Versão Atual 1.1
Última Atualização 2020-05-25
Data de Publicação 2020-05-24
Desenvolvedor overyoutube.com
Tipo de Pagamento free
Site da Extensão https://overyoutube.com
URL da Página de Ajuda https://overyoutube.com
Idiomas Suportados 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"
        ]
    }
}