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 - это расширение Chrome, разработанное Caller Cao, и его основная функция - "Summarize comments on YT videos with one click and quickly obtain core feedback and key issues.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения YouTube Comment Summary with ChatGPT OpenAI

Скачайте файлы расширений 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": [
                ""
            ]
        }
    ]
}