tl;dr video

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

Wat is tl;dr video?

tl;dr video is een Chrome-extensie ontwikkeld door http://tldr.video, en de belangrijkste functie is "Skim fast through youtube videos - focusing only on what's important".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie tl;dr video

Download tl;dr video-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam tl;dr video tl;dr video
ID llghnjgfbhfmlnaoneokjgedegegmand
Officiële URL https://chrome.google.com/webstore/detail/tldr-video/llghnjgfbhfmlnaoneokjgedegegmand
Beschrijving Skim fast through youtube videos - focusing only on what's important
Bestandsgrootte 12.2 KB
Aantal Installaties 34
Huidige Versie 1.0.3
Laatst Bijgewerkt 2015-06-13
Publicatiedatum 2015-06-13
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar http://tldr.video
Betalingswijze free
Extensiewebsite http://tldr.video/
Ondersteunde Talen 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
}