YouTube Chapter Summaries

Generate YouTube Chapters, Export AI Summaries with ChatGPT.

ما هو YouTube Chapter Summaries؟

YouTube Chapter Summaries هو إضافة Chrome تم تطويرها بواسطة lmlm، والميزة الرئيسية لها هي "Generate YouTube Chapters, Export AI Summaries with ChatGPT.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة YouTube Chapter Summaries

قم بتنزيل ملفات الامتداد YouTube Chapter Summaries بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Generate Youtube Chapters (Paid Subscription)
- Learn faster:by jumping to main points with generated timestamps

Summarize Chapters (ChatGPT web login - Free)
- Click Chapter Summary Bar below the video
- Or sample parts from the entire video transcript
- Let me know if this should be a premium feature

Export all video chapter summaries:
- Download to a .md file
- Save to google drive folder
- Save as notion database page

More providers and LLM options to be integrated:
- Current model uses ChatGPT free tier, subject to rate-limiting and context window max length                    

معلومات أساسية عن التمديد

الاسم YouTube Chapter Summaries YouTube Chapter Summaries
ID leddogaaaojffcifmnbdcmfoiamlkjnh
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-chapter-summaries/leddogaaaojffcifmnbdcmfoiamlkjnh
الوصف Generate YouTube Chapters, Export AI Summaries with ChatGPT.
حجم الملف 596 KB
عدد التثبيتات 375
النسخة الحالية 0.2.5
آخر تحديث 2023-08-24
تاريخ النشر 2023-05-30
تقييم 5.00/5 مجموع تقييمات 1
المطور lmlm
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://chapters.video
عنوان صفحة المساعدة https://discord.gg/t6MjxetyXS
عنوان صفحة سياسة الخصوصية https://www.apply.dog/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Chapter Summaries",
    "description": "Generate YouTube Chapters, Export AI Summaries with ChatGPT.",
    "version": "0.2.5",
    "manifest_version": 3,
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "ytPlayerListen.js",
                "styles\/content.css"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "identity"
    ],
    "host_permissions": [
        "https:\/\/chat.openai.com\/*",
        "https:\/\/api.notion.com\/*",
        "https:\/\/www.googleapis.com\/*",
        "https:\/\/www.chapters.video\/api\/chapters"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "action": {
        "default_title": "AI Chapter Summary for YouTube",
        "default_popup": "options.html",
        "default_icon": {
            "16": "\/icons\/16x.png",
            "32": "\/icons\/32x.png",
            "48": "\/icons\/48x.png",
            "128": "\/icons\/128x.png"
        }
    },
    "icons": {
        "16": "\/icons\/16x.png",
        "32": "\/icons\/32x.png",
        "48": "\/icons\/48x.png",
        "128": "\/icons\/128x.png"
    },
    "oauth2": {
        "client_id": "803435873137-9fjtospi02f9du8fmqv72mulcgk9b86d.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAryHKoepAWjXDdjL7h3fpBKFkUeL0r9JZEhwzM+h7fxjL7KBQ5NjouVQB3UJDovd4hRaPGNNKRoHOYo5DW+eXoU2HzDSSUmNmNytenXvj9wUNgsFiYxbmhYCf4QgJLLUUxqyjNlAEE8jmzmGB06SrTRjsNuUjuZYrofHHi+RDqf5Xbr7FBJotiBZrl\/xHmNo0vdIBRUQaZwWDHDK+225czYtyTSCsWXkGOY15Aaur+kDBZ7aElKoM9H7aEdbnZ3jGfvw2zIR6Nkea+r+h+mzFs82NfM7VqaJK9owUMb1t2EPMKEqFa\/KVVej48ei9jU6yHUmmGuQVKN1fpdtquqtR1wIDAQAB"
}