tl;dr video

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

什麼是tl;dr video?

tl;dr video是由http://tldr.video開發的Chrome擴展程式,該擴展的主要功能是“Skim fast through youtube videos - focusing only on what's important”。

擴展截圖

screenshot

下載tl;dr video擴展crx文件

下載tl;dr video擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 tl;dr video tl;dr video
ID llghnjgfbhfmlnaoneokjgedegegmand
官方網址 https://chrome.google.com/webstore/detail/tldr-video/llghnjgfbhfmlnaoneokjgedegegmand
簡介 Skim fast through youtube videos - focusing only on what's important
檔案大小 12.2 KB
安裝次數 34
目前版本 1.0.3
更新時間 2015-06-13
上架時間 2015-06-13
評分 3.67/5 共 3 次評分
開發者 http://tldr.video
付費類型 free
擴展官網 http://tldr.video/
支援的語言 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
}