tl;dr video
Skim fast through youtube videos - focusing only on what's important
tl;dr video क्या है?
tl;dr video http://tldr.video द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Skim fast through youtube videos - focusing only on what's important"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में tl;dr video एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | llghnjgfbhfmlnaoneokjgedegegmand |
आधिकारिक URL | https://chrome.google.com/webstore/detail/tldr-video/llghnjgfbhfmlnaoneokjgedegegmand |
विवरण | Skim fast through youtube videos - focusing only on what's important |
फ़ाइल का आकार | 12.2 KB |
स्थापना संख्या | 34 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2015-06-13 |
प्रकाशन तिथि | 2015-06-13 |
रेटिंग | 3.67/5 कुल 3 रेटिंग्स |
डेवलपर | http://tldr.video |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://tldr.video/ |
समर्थित भाषाएँ | 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 } |