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
官方URL 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": [
                ""
            ]
        }
    ]
}