Delta for YouTube
Show a time difference in the YouTube progress bar.
ما هو Delta for YouTube؟
Delta for YouTube هو إضافة Chrome تم تطويرها بواسطة nickells، والميزة الرئيسية لها هي "Show a time difference in the YouTube progress bar.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Delta for YouTube
قم بتنزيل ملفات الامتداد Delta for YouTube بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Adds a time difference (example: +0:30) for the time under a cursor in YouTube so you can jump around with confidence. معلومات أساسية عن التمديد
| الاسم | |
| ID | ofbfdabicijcdjoeemcgabeeapciibbf |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/delta-for-youtube/ofbfdabicijcdjoeemcgabeeapciibbf |
| الوصف | Show a time difference in the YouTube progress bar. |
| حجم الملف | 678 KB |
| عدد التثبيتات | 1,373 |
| النسخة الحالية | 1.5 |
| آخر تحديث | 2016-11-20 |
| تاريخ النشر | 2016-11-20 |
| تقييم | 4.86/5 مجموع تقييمات 7 |
| المطور | nickells |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Delta for YouTube",
"short_name": "Delta",
"description": "Show a time difference in the YouTube progress bar.",
"version": "1.5",
"icons": {
"16": "icons\/delta-16.png",
"48": "icons\/delta-48.png",
"128": "icons\/delta-128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"css": [
"delta.css"
],
"js": [
"node_modules\/moment\/min\/moment.min.js",
"delta.js"
]
}
]
} | |