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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Summarize comments on YT videos with one click and quickly obtain core feedback and key issues."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में YouTube Comment Summary with ChatGPT OpenAI एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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