Timeline for Youtube

Creates a timeline from youtube comments.

Cos'è Timeline for Youtube?

Timeline for Youtube è un'estensione di Chrome sviluppata da faisal.mansoor, e la sua funzione principale è "Creates a timeline from youtube comments.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Timeline for Youtube

Scarica i file di estensione Timeline for Youtube in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Timeline for Youtube Timeline for Youtube
ID obknajoccmgkokfoclhgjnlcekgglkmn
URL Ufficiale https://chrome.google.com/webstore/detail/timeline-for-youtube/obknajoccmgkokfoclhgjnlcekgglkmn
Descrizione Creates a timeline from youtube comments.
Dimensione del File 49.28 KB
Conteggio Installazioni 136
Versione Corrente 1.0.12
Ultimo Aggiornamento 2013-08-11
Data di Pubblicazione 2013-08-11
Valutazione 1.57/5 Totale 7 Valutazioni
Sviluppatore faisal.mansoor
Tipo di Pagamento free
Sito Web dell'Estensione https://www.facebook.com/CommentTimelineForYoutube
URL della Pagina di Aiuto https://www.facebook.com/CommentTimelineForYoutube
Lingue Supportate 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"
    }
}