YouTube Summary Generator

Generate concise summaries of YouTube video transcripts, highlighting key points. Thanks to AI technology.

YouTube Summary Generator là gì?

YouTube Summary Generator là một tiện ích mở rộng Chrome được phát triển bởi pmarxbraun, và tính năng chính của nó là "Generate concise summaries of YouTube video transcripts, highlighting key points. Thanks to AI technology.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouTube Summary Generator

Tải xuống các tệp mở rộng YouTube Summary Generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Enhance Your YouTube Experience with AI-Powered Summaries
Introducing the YouTube Summary Extension - a free Chrome Extension that utilizes OpenAI's advanced ChatGPT technology to deliver concise video summaries directly within the YouTube interface. Make the most of your time and absorb information more efficiently with this handy tool.

Preview key takeaways by clicking the summary button on video thumbnails as you browse. Save time, learn faster, and transform your YouTube experience with the power of AI-generated summaries.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YouTube Summary Generator YouTube Summary Generator
ID loijikpkflmdfpgbaaddaophfoohlamp
URL Chính Thức https://chromewebstore.google.com/detail/youtube-summary-generator/loijikpkflmdfpgbaaddaophfoohlamp
Mô tả Generate concise summaries of YouTube video transcripts, highlighting key points. Thanks to AI technology.
Kích Thước Tệp 10.82 KB
Số Lần Cài Đặt 45
Phiên Bản Hiện Tại 0.0.0.3
Cập Nhật Lần Cuối 2023-04-27
Ngày Phát Hành 2023-04-02
Nhà Phát Triển pmarxbraun
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://monsitetranquille.fr
URL Trang Trợ Giúp https://monsitetranquille.fr/contact/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Summary Generator",
    "version": "0.0.0.3",
    "description": "Generate concise summaries of YouTube video transcripts, highlighting key points. Thanks to AI technology.",
    "action": {
        "default_popup": "",
        "default_title": "Summarize this video",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "permissions": [
        "clipboardWrite"
    ],
    "host_permissions": [
        "https:\/\/europe-west3-symbolic-object-137311.cloudfunctions.net\/summerize_yt_transcript\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/youtube.com\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "styles\/styles.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/icons\/*"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/youtube.com\/*"
            ]
        }
    ]
}