tl;dr video

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

Что такое tl;dr video?

tl;dr video - это расширение Chrome, разработанное http://tldr.video, и его основная функция - "Skim fast through youtube videos - focusing only on what's important".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения tl;dr video

Скачайте файлы расширений 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
}