Unlimited Summary Generator for YouTube™

YouTube videos transcript and summary with Chat GPT Open AI. Easily copy responses of ChatGPT.

Qu'est-ce que Unlimited Summary Generator for YouTube™ ?

Unlimited Summary Generator for YouTube™ est une extension Chrome développée par Dunkum Sherwin, et sa fonction principale est "YouTube videos transcript and summary with Chat GPT Open AI. Easily copy responses of ChatGPT.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Unlimited Summary Generator for YouTube™

Téléchargez les fichiers d'extension Unlimited Summary Generator for YouTube™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        AI Summary for YouTube Easy Copy with ChatGPT provides an access to the summary of YouTube videos. It allows you to get the content of YouTube videos quickly, save time and learn faster. In addition, you can easily copy information from YouTube and chat.openai.com pages.

Features
● Save time:Quickly go to Youtube video location in the transcript
● Fast speed:Load quickly to videos summary
● Easy to use:Copy the transcript and summary with one click

How to use
● Simply go to YouTube website
● Choose the video you are interested in
● Click the Transcript & summary button.It will show you the video transcript, if it has.
● Click the View AI Summary Icon, If you already logged in chat.openai.com, we will get the video summary.
● Click the Copy Icon,then you easily get the summary of YT video.
● Filling in the api key in the settings page, the summary will be showed directly on youtube

Note
● ChatGPT is an OpenAI-developed language model that utilizes a large pre-trained Transformer-based neural network to generate human-like text in response to user prompts. With its diverse range of training on internet text, ChatGPT can provide responses on various topics, such as general knowledge, conversations, and creative writing.
● You should have a ChatGPT account to use this extension. You can create a free account at chat.openai.com.                    

Informations de Base sur l'Extension

Nom Unlimited Summary Generator for YouTube™ Unlimited Summary Generator for YouTube™
ID eelolnalmpdjemddgmpnmobdhnglfpje
URL Officiel https://chromewebstore.google.com/detail/unlimited-summary-generat/eelolnalmpdjemddgmpnmobdhnglfpje
Description YouTube videos transcript and summary with Chat GPT Open AI. Easily copy responses of ChatGPT.
Taille du Fichier 2.8 MB
Nombre d'Installations 50,000
Version Actuelle 1.0.10
Dernière Mise à Jour 2024-01-18
Date de Publication 2023-04-03
Évaluation 4.43/5 Total 44 Évaluations
Développeur Dunkum Sherwin
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://denote.net/browser-extension-privacy-policy
Langues Prises en Charge 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__",
    "version": "1.0.10",
    "manifest_version": 3,
    "description": "__MSG_description__",
    "default_locale": "en",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "48": "images\/48.png",
            "16": "images\/48.png",
            "32": "images\/48.png",
            "128": "images\/48.png",
            "300": "images\/48.png",
            "500": "images\/48.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "webRequest"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/contentscript.js"
            ],
            "css": [
                "css\/youtube_summary.css"
            ],
            "all_frames": false,
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.openai.com\/*"
            ],
            "js": [
                "js\/OpenAiCopy.js"
            ],
            "css": [
                "css\/youtube_summary.css"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "https:\/\/*.openai.com\/*",
        "https:\/\/*.youtube.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "48": "images\/48.png",
        "16": "images\/48.png",
        "32": "images\/48.png",
        "128": "images\/48.png",
        "300": "images\/48.png",
        "500": "images\/48.png"
    }
}