Timeline for Youtube

Creates a timeline from youtube comments.

什麼是Timeline for Youtube?

Timeline for Youtube是由faisal.mansoor開發的Chrome擴展程式,該擴展的主要功能是“Creates a timeline from youtube comments.”。

擴展截圖

screenshot
screenshot
screenshot

下載Timeline for Youtube擴展crx文件

下載Timeline for Youtube擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        A Google Chrome plugin that automatically creates a Youtube video timeline from its comments. Great for getting an overall view of which section of the video viewers found interesting. Also helps skip the boring parts.                    

擴展基本資訊

名稱 Timeline for Youtube Timeline for Youtube
ID obknajoccmgkokfoclhgjnlcekgglkmn
官方網址 https://chrome.google.com/webstore/detail/timeline-for-youtube/obknajoccmgkokfoclhgjnlcekgglkmn
簡介 Creates a timeline from youtube comments.
檔案大小 49.28 KB
安裝次數 136
目前版本 1.0.12
更新時間 2013-08-11
上架時間 2013-08-11
評分 1.57/5 共 7 次評分
開發者 faisal.mansoor
付費類型 free
擴展官網 https://www.facebook.com/CommentTimelineForYoutube
說明頁面URL https://www.facebook.com/CommentTimelineForYoutube
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Timeline for Youtube",
    "description": "Creates a timeline from youtube comments.",
    "manifest_version": 2,
    "version": "1.0.12",
    "content_scripts": [
        {
            "js": [
                "jquery-1.9.1.js",
                "utilities.js",
                "ycomments.js"
            ],
            "css": [
                "ycomments.css"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/watch*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery-1.9.1.js",
            "utilities.js",
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "http:\/\/www.youtube.com\/",
        "https:\/\/www.youtube.com\/",
        "storage"
    ],
    "web_accessible_resources": [
        "settings.png"
    ],
    "icons": {
        "16": "icon128.png",
        "48": "icon128.png",
        "128": "icon128.png"
    }
}