Timeline for Youtube

Creates a timeline from youtube comments.

Hvad er Timeline for Youtube?

Timeline for Youtube er en Chrome-udvidelse udviklet af faisal.mansoor, og dens hovedfunktion er "Creates a timeline from youtube comments.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Timeline for Youtube-udvidelses-CRX-fil

Download Timeline for Youtube-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Timeline for Youtube Timeline for Youtube
ID obknajoccmgkokfoclhgjnlcekgglkmn
Officiel URL https://chrome.google.com/webstore/detail/timeline-for-youtube/obknajoccmgkokfoclhgjnlcekgglkmn
Beskrivelse Creates a timeline from youtube comments.
Filstørrelse 49.28 KB
Antal Installationer 136
Nuværende Version 1.0.12
Senest Opdateret 2013-08-11
Udgivelsesdato 2013-08-11
Bedømmelse 1.57/5 Samlet 7 Bedømmelser
Udvikler faisal.mansoor
Betalingsmetode free
Udvidelseswebsted https://www.facebook.com/CommentTimelineForYoutube
Hjælpeside-URL https://www.facebook.com/CommentTimelineForYoutube
Understøttede Sprog 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"
    }
}