tl;dr video

Skim fast through youtube videos - focusing only on what's important

What is tl;dr video?

tl;dr video is a Chrome extension developed by http://tldr.video, and its main feature is "Skim fast through youtube videos - focusing only on what's important".

Extension Screenshots

screenshot

Download tl;dr video Extension CRX File

Download tl;dr video extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Use tl;dr video to quickly skim through internet videos and focus on the important bits. When watching a video, you can click the tl;dr button; the video will open in the tl;dr player, which plays it at 2x speed with subtitles - except for the parts you, or other users, marked as interesting, in which video will be played in normal or even in slow speed.                    

Extension Basic Information

Name tl;dr video tl;dr video
ID llghnjgfbhfmlnaoneokjgedegegmand
Official URL https://chrome.google.com/webstore/detail/tldr-video/llghnjgfbhfmlnaoneokjgedegegmand
Description Skim fast through youtube videos - focusing only on what's important
File Size 12.2 KB
Installation Count 34
Current Version 1.0.3
Last Updated 2015-06-13
Publish Date 2015-06-13
Rating 3.67/5 Total 3 Ratings
Developer http://tldr.video
Payment Type free
Extension Website http://tldr.video/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tl;dr video",
    "version": "1.0.3",
    "description": "Skim fast through youtube videos - focusing only on what's important",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "tldrvideo-19.png",
        "default_title": "tl;dr this video"
    },
    "permissions": [
        "declarativeContent",
        "activeTab"
    ],
    "icons": {
        "16": "tldrvideo-16.png",
        "48": "tldrvideo-48.png",
        "128": "tldrvideo-128.png"
    },
    "manifest_version": 2
}