Timeline for Youtube

Creates a timeline from youtube comments.

Co je Timeline for Youtube?

Timeline for Youtube je rozšíření Chrome vyvinuté faisal.mansoor, a jeho hlavní funkcí je „Creates a timeline from youtube comments.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Timeline for Youtube

Stáhněte si soubory rozšíření Timeline for Youtube ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Timeline for Youtube Timeline for Youtube
ID obknajoccmgkokfoclhgjnlcekgglkmn
Oficiální URL https://chrome.google.com/webstore/detail/timeline-for-youtube/obknajoccmgkokfoclhgjnlcekgglkmn
Popis Creates a timeline from youtube comments.
Velikost souboru 49.28 KB
Počet instalací 136
Aktuální Verze 1.0.12
Poslední Aktualizace 2013-08-11
Datum Vydání 2013-08-11
Hodnocení 1.57/5 Celkem 7 Hodnocení
Vývojář faisal.mansoor
Typ Platby free
Webové stránky Rozšíření https://www.facebook.com/CommentTimelineForYoutube
URL Stránky Nápovědy https://www.facebook.com/CommentTimelineForYoutube
Podporované Jazyky 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"
    }
}