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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}