tl;dr video
Skim fast through youtube videos - focusing only on what's important
Vad är tl;dr video?
tl;dr video är en Chrome-tillägg utvecklad av http://tldr.video, och dess huvudfunktion är "Skim fast through youtube videos - focusing only on what's important".
Tilläggsskärmbilder
Ladda ner tl;dr video-förlängningens CRX-fil
Ladda ner tl;dr video-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | llghnjgfbhfmlnaoneokjgedegegmand |
Officiell webbadress | https://chrome.google.com/webstore/detail/tldr-video/llghnjgfbhfmlnaoneokjgedegegmand |
Beskrivning | Skim fast through youtube videos - focusing only on what's important |
Filstorlek | 12.2 KB |
Antal Installationer | 34 |
Aktuell Version | 1.0.3 |
Senast Uppdaterad | 2015-06-13 |
Publiceringsdatum | 2015-06-13 |
Betyg | 3.67/5 Totalt 3 Betyg |
Utvecklare | http://tldr.video |
Betalningssätt | free |
Tilläggswebbplats | http://tldr.video/ |
Stödda Språk | 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 } |