tl;dr video
Skim fast through youtube videos - focusing only on what's important
Qu'est-ce que tl;dr video ?
tl;dr video est une extension Chrome développée par http://tldr.video, et sa fonction principale est "Skim fast through youtube videos - focusing only on what's important".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension tl;dr video
Téléchargez les fichiers d'extension tl;dr video au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | llghnjgfbhfmlnaoneokjgedegegmand |
URL Officiel | https://chrome.google.com/webstore/detail/tldr-video/llghnjgfbhfmlnaoneokjgedegegmand |
Description | Skim fast through youtube videos - focusing only on what's important |
Taille du Fichier | 12.2 KB |
Nombre d'Installations | 34 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2015-06-13 |
Date de Publication | 2015-06-13 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | http://tldr.video |
Type de Paiement | free |
Site Web de l'Extension | http://tldr.video/ |
Langues Prises en Charge | 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 } |