YouTube Chapterize
Provides convenience functions to handle YouTube chapters.
ما هو YouTube Chapterize؟
YouTube Chapterize هو إضافة Chrome تم تطويرها بواسطة blackway، والميزة الرئيسية لها هي "Provides convenience functions to handle YouTube chapters.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YouTube Chapterize
قم بتنزيل ملفات الامتداد YouTube Chapterize بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Use this extension if you want to shuffle the order of chapters. If you toggle the shuffle button at the top of the chapter list, the play time will shift to a random chapter when one chapter has finished playing. Features - You can shuffle chapters in a video.
معلومات أساسية عن التمديد
الاسم | |
ID | pndbjffcoioeikhcfofoefnlbiiidclh |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/youtube-chapterize/pndbjffcoioeikhcfofoefnlbiiidclh |
الوصف | Provides convenience functions to handle YouTube chapters. |
حجم الملف | 10.32 KB |
عدد التثبيتات | 58 |
النسخة الحالية | 2 |
آخر تحديث | 2021-11-24 |
تاريخ النشر | 2021-11-23 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | blackway |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Chapterize", "description": "Provides convenience functions to handle YouTube chapters.", "version": "2", "manifest_version": 3, "permissions": [ "scripting" ], "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon128.png" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "js": [ "inject.js" ] } ] } |