Unlimited Summary Generator for YouTube™

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

¿Qué es Unlimited Summary Generator for YouTube™?

Unlimited Summary Generator for YouTube™ es una extensión de Chrome desarrollada por Dunkum Sherwin, y su función principal es "YouTube videos transcript and summary with Chat GPT Open AI. Easily copy responses of ChatGPT.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Unlimited Summary Generator for YouTube™

Descarga archivos de extensión Unlimited Summary Generator for YouTube™ en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Unlimited Summary Generator for YouTube™ Unlimited Summary Generator for YouTube™
ID eelolnalmpdjemddgmpnmobdhnglfpje
URL Oficial https://chromewebstore.google.com/detail/unlimited-summary-generat/eelolnalmpdjemddgmpnmobdhnglfpje
Descripción YouTube videos transcript and summary with Chat GPT Open AI. Easily copy responses of ChatGPT.
Tamaño del Archivo 2.8 MB
Cantidad de Instalaciones 50,000
Versión Actual 1.0.10
Última Actualización 2024-01-18
Fecha de Publicación 2023-04-03
Calificación 4.43/5 Total de 44 Calificaciones
Desarrollador Dunkum Sherwin
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://denote.net/browser-extension-privacy-policy
Idiomas Soportados 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"
    }
}