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
官方網址 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"
    }
}