tl;dr video
Skim fast through youtube videos - focusing only on what's important
ما هو tl;dr video؟
tl;dr video هو إضافة Chrome تم تطويرها بواسطة http://tldr.video، والميزة الرئيسية لها هي "Skim fast through youtube videos - focusing only on what's important".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة tl;dr video
قم بتنزيل ملفات الامتداد tl;dr video بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 } |