ChatGPT for YouTube

Get YouTube Summary with ChatGPT in seconds and let you quickly get the content of the video, save time and learn quicker.

Τι είναι το ChatGPT for YouTube;

Το ChatGPT for YouTube είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://chatgpt4youtube.com, και η κύρια λειτουργία του είναι "Get YouTube Summary with ChatGPT in seconds and let you quickly get the content of the video, save time and learn quicker.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης ChatGPT for YouTube

Λήψη αρχείων επέκτασης ChatGPT for YouTube σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        💁🏻 ChatGPT for Youtube uses ChatGPT's AI capability to quickly summarize the key points of a video. Improve the efficiency of obtaining important information from videos and reduce the risk of wasting time watching irrelevant content. Suitable for videos such as: Courses or tutorials、News、Product feature introductions、Interviews、Academic seminars···

❓How to use?You just need to install this plugin and open a YouTube video, wait a few seconds, and the text summary of the video will appear on the right side of the player!You can also copy the transcript in one click.

🥰This product provides access to the summary of YouTube videos. Let you quickly get the content of the video, save time and learn quicker.

Do I need a ChatGPT/OpenAI account? No, you don't need to have a ChatGPT account to use this extension

Any feedback or questions can be sent to this email:[email protected]                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ChatGPT for YouTube ChatGPT for YouTube
ID ocbklpkcikpidkleacbohkobinlilgbd
Επίσημο URL https://chromewebstore.google.com/detail/chatgpt-for-youtube/ocbklpkcikpidkleacbohkobinlilgbd
Περιγραφή Get YouTube Summary with ChatGPT in seconds and let you quickly get the content of the video, save time and learn quicker.
Μέγεθος Αρχείου 676 KB
Αριθμός Εγκαταστάσεων 103,052
Τρέχουσα Έκδοση 2.0.3
Τελευταία Ενημέρωση 2023-05-22
Ημερομηνία Δημοσίευσης 2023-03-01
Αξιολόγηση 3.00/5 Συνολικά 53 Αξιολογήσεις
Προγραμματιστής https://chatgpt4youtube.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://chatgpt4youtube.com
URL της Σελίδας Πολιτικής Απορρήτου https://chatgpt4youtube.com/privacy
Υποστηριζόμενες Γλώσσες en,tr,pt-PT,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "2.0.3",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/logo-16.png",
        "32": "icons\/logo-32.png",
        "48": "icons\/logo-48.png",
        "128": "icons\/logo-128.png"
    },
    "action": [],
    "options_page": "options.html",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.tsx-loader-488c4611.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.chatgpt4youtube.com\/"
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "scripts\/ytInitialPlayerResponse.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "resources": [
                "assets\/logo-48-10167b30.png",
                "assets\/store-2b919098.js",
                "assets\/index-86631bbc.js",
                "assets\/index.tsx-52c4f978.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvJhU13k+8rjO8DYefGrsPGDAxGaSe7kumtMF9LNN01JLf4rNk7KWRGywvty\/mmW9LkW6KWbHY11KeFaxhYpdeC73mhOMJVXWn+HpJljSE0MvgbNA7AUGW55sTI18e65OsCcOKFNLJPEPILLI7z7foFs9wmwdwikhymOLj6vrU0ScZJ7qnsjwHcyUXegj8OGug2UB2flxe02jJzOLkEeBIpnc8KMYXNkJNu2GNcntMb4R+v67HNf8Mruyl1uTjbbGqm0ArodDhRIVOTj5sK17deS2tq6pUTe\/FgGRM6zq\/+vwROnDmtrFfB39kqo4IpCKEBWji0JLpz9gnK0daYNxgwIDAQAB"
}