tl;dr video

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

Apa itu tl;dr video?

tl;dr video adalah ekstensi Chrome yang dikembangkan oleh http://tldr.video, dan fitur utamanya adalah "Skim fast through youtube videos - focusing only on what's important".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi tl;dr video

Unduh file ekstensi tl;dr video dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama tl;dr video tl;dr video
ID llghnjgfbhfmlnaoneokjgedegegmand
URL Resmi https://chrome.google.com/webstore/detail/tldr-video/llghnjgfbhfmlnaoneokjgedegegmand
Deskripsi Skim fast through youtube videos - focusing only on what's important
Ukuran File 12.2 KB
Jumlah Instalasi 34
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2015-06-13
Tanggal Publikasi 2015-06-13
Penilaian 3.67/5 Total 3 Penilaian
Pengembang http://tldr.video
Tipe Pembayaran free
Situs Ekstensi http://tldr.video/
Bahasa yang Didukung 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
}