YouTube Comment Summary with ChatGPT OpenAI

Summarize comments on YT videos with one click and quickly obtain core feedback and key issues.

什麼是YouTube Comment Summary with ChatGPT OpenAI?

YouTube Comment Summary with ChatGPT OpenAI是由Caller Cao開發的Chrome擴展程式,該擴展的主要功能是“Summarize comments on YT videos with one click and quickly obtain core feedback and key issues.”。

擴展截圖

screenshot

下載YouTube Comment Summary with ChatGPT OpenAI擴展crx文件

下載YouTube Comment Summary with ChatGPT OpenAI擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ChatGPT with YouTube videos comment summary generator provides an access to the summary of YouTube videos. Use it to summarize YouTube videos most liked comment and let you quickly get the content of the video comment, save time and learn quicker. Relying on ChatGPT artificial intelligence, it will achieve effective re-creation.
How to use it?
➡️ Simply go to YouTube website
➡️ Choose the video you are interested in
➡️ Click the comment and refresh page
➡️ Click the Comment & Summary with ChatGPT, If you already logged in chat.openai.com, we will get the comment summary.
🙋FAQ:
👉  Do you upgrade/modify the extension?
Yes, we do! In fact, at this very moment, we’re working on features that are probably going to be added. We have a goal of making ChatGPT for YouTube Video Summary the best ChatGPT extension out there, and we take this mission very seriously.We strive to keep up with the fast-paced development of ChatGPT to bring you the best possible experience.
👉  How do I install ChatGPT For YouTube in my browser ?
To install ChatGPT For YouTube on your browser, you will need to follow these steps:
1) In your browser open the browser's app store or extension store
2) Search for the ChatGPT For YouTube extension in the browser's app store or extension store (or click for : Google Chrome | Mozilla Firefox | edge)
3) Click on the "Add to Browser" or "Install" button to begin the installation process.
4) Follow the prompts to give the extension permission to access certain parts of your browser, if prompted.
👉  Are all of the features totally free to use?
Our extension is currently free and we are trying to always have one version of service that is free. But we would have to put in a small paywall in order to sustain the service. We have plans to do so in the coming weeks. With the paid service you can have faster service, without daily limits and high priority customer support. We aim to best serve you in a model that is most affordable to you.                    

擴展基本資訊

名稱 YouTube Comment Summary with ChatGPT OpenAI YouTube Comment Summary with ChatGPT OpenAI
ID mcooieiakpekmoicpgfjheoijfggdhng
官方網址 https://chromewebstore.google.com/detail/youtube-comment-summary-w/mcooieiakpekmoicpgfjheoijfggdhng
簡介 Summarize comments on YT videos with one click and quickly obtain core feedback and key issues.
檔案大小 765 KB
安裝次數 3,000
目前版本 1.0.4
更新時間 2024-01-25
上架時間 2023-03-03
評分 3.38/5 共 13 次評分
開發者 Caller Cao
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://denote.net/privacy
支援的語言 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_name__",
    "description": "__MSG_description__",
    "version": "1.0.4",
    "default_locale": "en",
    "manifest_version": 3,
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "host_permissions": [
        "https:\/\/*.openai.com\/*"
    ],
    "permissions": [
        "tabs",
        "storage",
        "webRequest"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "logo.png",
            "32": "logo.png",
            "48": "logo.png",
            "128": "logo.png",
            "300": "logo.png",
            "500": "logo.png"
        },
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "css": [
                "content-script.css",
                "static\/css\/index.css"
            ],
            "matches": [
                ""
            ],
            "js": [
                "content-script.js",
                "static\/element-ui.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "logo.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}