tl;dr video
Skim fast through youtube videos - focusing only on what's important
O que é tl;dr video?
tl;dr video é uma extensão do Chrome desenvolvida por http://tldr.video, e sua principal característica é "Skim fast through youtube videos - focusing only on what's important".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão tl;dr video
Baixe arquivos de extensão tl;dr video no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | llghnjgfbhfmlnaoneokjgedegegmand |
URL Oficial | https://chrome.google.com/webstore/detail/tldr-video/llghnjgfbhfmlnaoneokjgedegegmand |
Descrição | Skim fast through youtube videos - focusing only on what's important |
Tamanho do Arquivo | 12.2 KB |
Contagem de Instalações | 34 |
Versão Atual | 1.0.3 |
Última Atualização | 2015-06-13 |
Data de Publicação | 2015-06-13 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | http://tldr.video |
Tipo de Pagamento | free |
Site da Extensão | http://tldr.video/ |
Idiomas Suportados | 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 } |