YouTube Captions with ChatGPT
Get YouTube Captions and Summary of any Video
ما هو YouTube Captions with ChatGPT؟
YouTube Captions with ChatGPT هو إضافة Chrome تم تطويرها بواسطة https://dareecha.pk، والميزة الرئيسية لها هي "Get YouTube Captions and Summary of any Video".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YouTube Captions with ChatGPT
قم بتنزيل ملفات الامتداد YouTube Captions with ChatGPT بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
With the assistance of YouTube Captions with ChatGPT, the YouTube Summary with ChatGPT Chrome Extension enables you to promptly obtain a summary of the YouTube videos you are watching. This free extension can help you learn faster and save time. In addition, when browsing videos on YouTube, you can easily access the summary by clicking the summary buttons on the video thumbnail.
معلومات أساسية عن التمديد
الاسم | YouTube Captions with ChatGPT |
ID | kaahpeglhmgploibkkdjgeeklfohpchg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/youtube-captions-with-cha/kaahpeglhmgploibkkdjgeeklfohpchg |
الوصف | Get YouTube Captions and Summary of any Video |
حجم الملف | 199 KB |
عدد التثبيتات | 219 |
النسخة الحالية | 1.0.4 |
آخر تحديث | 2023-04-19 |
تاريخ النشر | 2023-04-17 |
تقييم | 2.00/5 مجموع تقييمات 2 |
المطور | https://dareecha.pk |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://dareecha.pk/Privacy-Policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Captions with ChatGPT", "version": "1.0.4", "manifest_version": 3, "description": "Get YouTube Captions and Summary of any Video", "background": { "service_worker": "background.bundle.js", "type": "module" }, "action": { "default_icon": { "48": "images\/48.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/chat.openai.com\/*" ], "js": [ "contentscript\/index.bundle.js" ], "css": [ "contentscript\/yt_ai_summary.css" ], "all_frames": false } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "icons": { "48": "images\/48.png" } } |