tl;dr video

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

tl;dr video là gì?

tl;dr video là một tiện ích mở rộng Chrome được phát triển bởi http://tldr.video, và tính năng chính của nó là "Skim fast through youtube videos - focusing only on what's important".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng tl;dr video

Tải xuống các tệp mở rộng tl;dr video dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên tl;dr video tl;dr video
ID llghnjgfbhfmlnaoneokjgedegegmand
URL Chính Thức https://chrome.google.com/webstore/detail/tldr-video/llghnjgfbhfmlnaoneokjgedegegmand
Mô tả Skim fast through youtube videos - focusing only on what's important
Kích Thước Tệp 12.2 KB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2015-06-13
Ngày Phát Hành 2015-06-13
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://tldr.video
Loại Thanh Toán free
Trang Web Mở Rộng http://tldr.video/
Ngôn Ngữ Được Hỗ Trợ 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
}