SummarizeYT - YouTube Summary with ChatGPT

Summarize YouTube videos with ChatGPT directly from the thumbnail

什么是SummarizeYT - YouTube Summary with ChatGPT?

SummarizeYT - YouTube Summary with ChatGPT是由https://summarizeyt.com开发的Chrome扩展程序,该扩展的主要功能是“Summarize YouTube videos with ChatGPT directly from the thumbnail”。

扩展截图

screenshot
screenshot

下载SummarizeYT - YouTube Summary with ChatGPT扩展crx文件

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

扩展使用说明

                        Upgrade your YouTube experience!

⚡️ Quick summarization - Get video summaries in seconds!
🚫 Filter out clickbait - Get rid of the fluff and get straight to the point!
🕑 Save Time - No need to watch lengthy videos anymore!

SummarizeYT is powered by OpenAI GPT-3 and ChatGPT, using AI to summarize videos in seconds!                    

扩展基本信息

名称 SummarizeYT - YouTube Summary with ChatGPT SummarizeYT - YouTube Summary with ChatGPT
ID dlhkccijmkgmbmiognpmoplbpldbaoej
官方URL https://chromewebstore.google.com/detail/summarizeyt-youtube-summa/dlhkccijmkgmbmiognpmoplbpldbaoej
简介 Summarize YouTube videos with ChatGPT directly from the thumbnail
文件大小 5.28 MB
安装次数 1,292
当前版本 0.1.6
更新时间 2023-06-23
上架时间 2023-03-06
评分 3.42/5 共26次评分
开发者 https://summarizeyt.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://summarizeyt.com/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SummarizeYT - YouTube Summary with ChatGPT",
    "short_name": "summarize_yt",
    "description": "Summarize YouTube videos with ChatGPT directly from the thumbnail",
    "version": "0.1.6",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/*.youtube.com\/*",
        "https:\/\/summarizeyt.com\/*"
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "background"
    ],
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "https:\/\/summarizeyt.com\/*"
            ],
            "css": [
                "\/static\/css\/content.css"
            ],
            "js": [
                "\/static\/js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/media\/*",
                "*"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "https:\/\/summarizeyt.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon_production_16.png",
        "48": "icons\/icon_production_48.png",
        "128": "icons\/icon_production_128.png"
    },
    "action": {
        "default_popup": "popup.html"
    }
}