YouTube Summary Generator

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

什么是YouTube Summary Generator?

YouTube Summary Generator是由pmarxbraun开发的Chrome扩展程序,该扩展的主要功能是“Generate concise summaries of YouTube video transcripts, highlighting key points. Thanks to AI technology.”。

扩展截图

screenshot
screenshot

下载YouTube Summary Generator扩展crx文件

下载YouTube Summary Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 YouTube Summary Generator YouTube Summary Generator
ID loijikpkflmdfpgbaaddaophfoohlamp
官方URL https://chromewebstore.google.com/detail/youtube-summary-generator/loijikpkflmdfpgbaaddaophfoohlamp
简介 Generate concise summaries of YouTube video transcripts, highlighting key points. Thanks to AI technology.
文件大小 10.82 KB
安装次数 45
当前版本 0.0.0.3
更新时间 2023-04-27
上架时间 2023-04-02
开发者 pmarxbraun
电子邮箱 [email protected]
付费类型 free
扩展官网 https://monsitetranquille.fr
帮助页面URL https://monsitetranquille.fr/contact/
支持的语言 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\/*"
            ]
        }
    ]
}