tl;dr video

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

Hvad er tl;dr video?

tl;dr video er en Chrome-udvidelse udviklet af http://tldr.video, og dens hovedfunktion er "Skim fast through youtube videos - focusing only on what's important".

Udvidelsesskærmbilleder

screenshot

Download tl;dr video-udvidelses-CRX-fil

Download tl;dr video-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

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn tl;dr video tl;dr video
ID llghnjgfbhfmlnaoneokjgedegegmand
Officiel URL https://chrome.google.com/webstore/detail/tldr-video/llghnjgfbhfmlnaoneokjgedegegmand
Beskrivelse Skim fast through youtube videos - focusing only on what's important
Filstørrelse 12.2 KB
Antal Installationer 34
Nuværende Version 1.0.3
Senest Opdateret 2015-06-13
Udgivelsesdato 2015-06-13
Bedømmelse 3.67/5 Samlet 3 Bedømmelser
Udvikler http://tldr.video
Betalingsmetode free
Udvidelseswebsted http://tldr.video/
Understøttede Sprog 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
}