ChatGPT Summary for Youtube™

Quickly summarizes any Youtube™ video with AI-powered ChatGPT technology. Save time, get the facts!

ChatGPT Summary for Youtube™란 무엇입니까?

ChatGPT Summary for Youtube™은(는) 🅻🅾🅽🅶 🆂🆃🅾🆁🆈 🆂🅷🅾🆁🆃에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly summarizes any Youtube™ video with AI-powered ChatGPT technology. Save time, get the facts!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ChatGPT Summary for Youtube™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        get a quick Summary of those long Youtube videos with ChatGPT technology!                    

확장 프로그램 기본 정보

이름 ChatGPT Summary for Youtube™ ChatGPT Summary for Youtube™
ID ddnoogbccnnkchliaabphpimpffbgkia
공식 URL https://chromewebstore.google.com/detail/chatgpt-summary-for-youtu/ddnoogbccnnkchliaabphpimpffbgkia
설명 Quickly summarizes any Youtube™ video with AI-powered ChatGPT technology. Save time, get the facts!
파일 크기 699 KB
설치 횟수 80
현재 버전 1.0.6
최근 업데이트 2023-03-13
출시 날짜 2023-03-09
평점 4.38/5 총 53 개의 평점
개발자 🅻🅾🅽🅶 🆂🆃🅾🆁🆈 🆂🅷🅾🆁🆃
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/infoextensions
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.6",
    "manifest_version": 3,
    "icons": {
        "16": "logo-16.png",
        "32": "logo-32.png",
        "48": "logo-48.png",
        "128": "logo-128.png"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ],
    "background": {
        "service_worker": "background\/index.js"
    },
    "action": {
        "default_popup": "popup\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content-script\/index.js"
            ],
            "run_at": "document_start"
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvXdeeyRoJUZ4U9Nyq+zJVEHJfiYmOk0XTXpWLWklysh958LJTPSLSraBIlnbNHpQ5jrfSeStWdDWC7jd+d0Hk\/tM73ha+051ZDJgHkoOMsys+Vcmo7i5yPI4WU0cCLHrBentkh4DLwSVcrmIb4DdIQqVxa01Lp6rtZvLFswhG2r1gK23OGaDT4z4nmqtm9Kjm4uFS9pF1+hkwv\/\/cFQvZ+NhoQ\/2wnGjvE0qU7OJHJU5jzbQhOApWO9BHiRLEKFbrsAF6KN\/+BHwdi5Bv4xdHgj+4OgNqEecBMiqhMCT4aW\/4FAkONLrk1T+EyyuoWg18VcoYrKXy0iRzMwunj0i7QIDAQAB",
    "options_ui": {
        "page": "options\/index.html",
        "open_in_tab": true
    }
}