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

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

확장 프로그램 사용 설명서

                        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\/*"
            ]
        }
    ]
}