YouTube Focus
Focused timestamp highlights for YouTube
ما هو YouTube Focus؟
YouTube Focus هو إضافة Chrome تم تطويرها بواسطة House 7، والميزة الرئيسية لها هي "Focused timestamp highlights for YouTube".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YouTube Focus
قم بتنزيل ملفات الامتداد YouTube Focus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Brings relevant timestamps from comments directly into your YouTube video player.
معلومات أساسية عن التمديد
الاسم | |
ID | hlbigenlepcdiklldilmakhojegpkaca |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/youtube-focus/hlbigenlepcdiklldilmakhojegpkaca |
الوصف | Focused timestamp highlights for YouTube |
حجم الملف | 41.03 KB |
عدد التثبيتات | 26 |
النسخة الحالية | 0.3.0 |
آخر تحديث | 2020-09-18 |
تاريخ النشر | 2020-03-26 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | House 7 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Focus", "version": "0.3.0", "description": "Focused timestamp highlights for YouTube", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "all_frames": true, "js": [ "script\/garbage_collector.js", "script\/timestamps.js", "script\/app.js", "lib\/popper.min.js", "lib\/tippy-bundle.umd.min.js" ], "css": [ "css\/content.css" ] } ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "storage" ] } |