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
官方URL 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
}