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
官方網址 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
    }
}