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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}