Timeline for Youtube
Creates a timeline from youtube comments.
ما هو Timeline for Youtube؟
Timeline for Youtube هو إضافة Chrome تم تطويرها بواسطة faisal.mansoor، والميزة الرئيسية لها هي "Creates a timeline from youtube comments.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Timeline for Youtube
قم بتنزيل ملفات الامتداد Timeline for Youtube بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A Google Chrome plugin that automatically creates a Youtube video timeline from its comments. Great for getting an overall view of which section of the video viewers found interesting. Also helps skip the boring parts.
معلومات أساسية عن التمديد
الاسم | |
ID | obknajoccmgkokfoclhgjnlcekgglkmn |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/timeline-for-youtube/obknajoccmgkokfoclhgjnlcekgglkmn |
الوصف | Creates a timeline from youtube comments. |
حجم الملف | 49.28 KB |
عدد التثبيتات | 136 |
النسخة الحالية | 1.0.12 |
آخر تحديث | 2013-08-11 |
تاريخ النشر | 2013-08-11 |
تقييم | 1.57/5 مجموع تقييمات 7 |
المطور | faisal.mansoor |
نوع الدفع | free |
موقع الإضافة | https://www.facebook.com/CommentTimelineForYoutube |
عنوان صفحة المساعدة | https://www.facebook.com/CommentTimelineForYoutube |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Timeline for Youtube", "description": "Creates a timeline from youtube comments.", "manifest_version": 2, "version": "1.0.12", "content_scripts": [ { "js": [ "jquery-1.9.1.js", "utilities.js", "ycomments.js" ], "css": [ "ycomments.css" ], "matches": [ "*:\/\/*.youtube.com\/watch*" ] } ], "background": { "scripts": [ "jquery-1.9.1.js", "utilities.js", "background.js" ], "persistent": false }, "permissions": [ "http:\/\/www.youtube.com\/", "https:\/\/www.youtube.com\/", "storage" ], "web_accessible_resources": [ "settings.png" ], "icons": { "16": "icon128.png", "48": "icon128.png", "128": "icon128.png" } } |