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ファイルをダウンロード

ChatGPT Summary for Youtube™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 レビュー
開発者 🅻🅾🅽🅶 🆂🆃🅾🆁🆈 🆂🅷🅾🆁🆃
Eメール [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
    }
}