Coursnap - Summarizer for Long YouTube Videos
Premier Summarizer for Courses, lectures, and any long YouTube Videos.
ما هو Coursnap - Summarizer for Long YouTube Videos؟
Coursnap - Summarizer for Long YouTube Videos هو إضافة Chrome تم تطويرها بواسطة https://coursnap.app، والميزة الرئيسية لها هي "Premier Summarizer for Courses, lectures, and any long YouTube Videos.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Coursnap - Summarizer for Long YouTube Videos
قم بتنزيل ملفات الامتداد Coursnap - Summarizer for Long YouTube Videos بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Coursnap is the premier summarizer for courses, lectures, interviews, and any long YouTube videos.
🔥 Play Highlights - Watch the key 10% of the video.
Helping you watch faster.
🎬 Long Videos into Outlines - Accurately deconstructing videos into efficient learning guides.
Helping you learn faster.
📝 AI-driven Transcript - More accurate and fluent, easier to read.
helping you understand faster.
🎁 Free Daily Summary معلومات أساسية عن التمديد
| الاسم | |
| ID | clhacnjjfngbccgjbfbioajeoclpmggk |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/coursnap-summarizer-for-l/clhacnjjfngbccgjbfbioajeoclpmggk |
| الوصف | Premier Summarizer for Courses, lectures, and any long YouTube Videos. |
| حجم الملف | 10.13 MB |
| عدد التثبيتات | 54 |
| النسخة الحالية | 2.0.5 |
| آخر تحديث | 2024-02-22 |
| تاريخ النشر | 2024-01-12 |
| المطور | https://coursnap.app |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://coursnap.app |
| عنوان صفحة سياسة الخصوصية | https://www.coursnap.app/privacy |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Coursnap - Summarizer for Long YouTube Videos",
"version": "2.0.5",
"manifest_version": 3,
"description": "Premier Summarizer for Courses, lectures, and any long YouTube Videos.",
"background": {
"service_worker": "background.js"
},
"icons": {
"32": "icons\/logo.png",
"128": "icons\/logoBig.png"
},
"commands": {
"watch-later-shortcut": {
"suggested_key": {
"default": "Ctrl+Shift+L",
"mac": "Command+Shift+L"
},
"description": "Watch Later"
}
},
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"permissions": [
"storage",
"contextMenus"
],
"externally_connectable": {
"matches": [
"http:\/\/localhost:5173\/*",
"*:\/\/*.coursnap.app\/*"
]
},
"options_page": "extension.html#\/option",
"action": [],
"web_accessible_resources": [
{
"resources": [
"image\/*"
],
"matches": [
"*:\/\/*.youtube.com\/*"
]
},
{
"matches": [
"*:\/\/*\/*"
],
"resources": [
"assets\/*.*",
"assets\/**\/*.*",
"\/assets\/*.*",
"\/assets\/**\/*.*"
]
},
{
"matches": [
" | |