Metadata for YouTube

Visualize the comment activity of YouTube videos

Metadata for YouTube क्या है?

Metadata for YouTube overyoutube.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Visualize the comment activity of YouTube videos"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Metadata for YouTube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
        ]
    }
}