tl;dr video

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

Was ist tl;dr video?

tl;dr video ist eine Chrome-Erweiterung, die von http://tldr.video entwickelt wurde, und ihr Hauptmerkmal ist "Skim fast through youtube videos - focusing only on what's important".

Erweiterungsscreenshots

screenshot

tl;dr video-Erweiterungs-CRX-Datei herunterladen

Laden Sie tl;dr video-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name tl;dr video tl;dr video
ID llghnjgfbhfmlnaoneokjgedegegmand
Offizielle URL https://chrome.google.com/webstore/detail/tldr-video/llghnjgfbhfmlnaoneokjgedegegmand
Beschreibung Skim fast through youtube videos - focusing only on what's important
Dateigröße 12.2 KB
Installationsanzahl 34
Aktuelle Version 1.0.3
Letztes Update 2015-06-13
Veröffentlichungsdatum 2015-06-13
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler http://tldr.video
Zahlungsart free
Erweiterungswebsite http://tldr.video/
Unterstützte Sprachen 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
}