tl;dr video
Skim fast through youtube videos - focusing only on what's important
Co to jest tl;dr video?
tl;dr video to rozszerzenie Chrome opracowane przez http://tldr.video, a jego główną funkcją jest „Skim fast through youtube videos - focusing only on what's important”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia tl;dr video
Pobierz pliki rozszerzeń tl;dr video w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | llghnjgfbhfmlnaoneokjgedegegmand |
Oficjalny URL | https://chrome.google.com/webstore/detail/tldr-video/llghnjgfbhfmlnaoneokjgedegegmand |
Opis | Skim fast through youtube videos - focusing only on what's important |
Rozmiar pliku | 12.2 KB |
Liczba instalacji | 34 |
Aktualna Wersja | 1.0.3 |
Ostatnia Aktualizacja | 2015-06-13 |
Data Publikacji | 2015-06-13 |
Ocena | 3.67/5 Łącznie 3 Oceny |
Deweloper | http://tldr.video |
Typ Płatności | free |
Strona Rozszerzenia | http://tldr.video/ |
Obsługiwane Języki | 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 } |