tl;dr video
Skim fast through youtube videos - focusing only on what's important
Cos'è tl;dr video?
tl;dr video è un'estensione di Chrome sviluppata da http://tldr.video, e la sua funzione principale è "Skim fast through youtube videos - focusing only on what's important".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione tl;dr video
Scarica i file di estensione tl;dr video in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | llghnjgfbhfmlnaoneokjgedegegmand |
URL Ufficiale | https://chrome.google.com/webstore/detail/tldr-video/llghnjgfbhfmlnaoneokjgedegegmand |
Descrizione | Skim fast through youtube videos - focusing only on what's important |
Dimensione del File | 12.2 KB |
Conteggio Installazioni | 34 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2015-06-13 |
Data di Pubblicazione | 2015-06-13 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | http://tldr.video |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://tldr.video/ |
Lingue Supportate | 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 } |