YouTube Captions with ChatGPT

Get YouTube Captions and Summary of any Video

YouTube Captions with ChatGPT란 무엇입니까?

YouTube Captions with ChatGPT은(는) https://dareecha.pk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get YouTube Captions and Summary of any Video"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

YouTube Captions with ChatGPT 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        With the assistance of YouTube Captions with ChatGPT, the YouTube Summary with ChatGPT Chrome Extension enables you to promptly obtain a summary of the YouTube videos you are watching. 

This free extension can help you learn faster and save time. In addition, when browsing videos on YouTube, you can easily access the summary by clicking the summary buttons on the video thumbnail.                    

확장 프로그램 기본 정보

이름 YouTube Captions with ChatGPT YouTube Captions with ChatGPT
ID kaahpeglhmgploibkkdjgeeklfohpchg
공식 URL https://chromewebstore.google.com/detail/youtube-captions-with-cha/kaahpeglhmgploibkkdjgeeklfohpchg
설명 Get YouTube Captions and Summary of any Video
파일 크기 199 KB
설치 횟수 219
현재 버전 1.0.4
최근 업데이트 2023-04-19
출시 날짜 2023-04-17
평점 2.00/5 총 2 개의 평점
개발자 https://dareecha.pk
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://dareecha.pk/Privacy-Policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Captions with ChatGPT",
    "version": "1.0.4",
    "manifest_version": 3,
    "description": "Get YouTube Captions and Summary of any Video",
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "48": "images\/48.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "contentscript\/index.bundle.js"
            ],
            "css": [
                "contentscript\/yt_ai_summary.css"
            ],
            "all_frames": false
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "48": "images\/48.png"
    }
}