Unlimited Summary Generator for YouTube™

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

O que é Unlimited Summary Generator for YouTube™?

Unlimited Summary Generator for YouTube™ é uma extensão do Chrome desenvolvida por Dunkum Sherwin, e sua principal característica é "YouTube videos transcript and summary with Chat GPT Open AI. Easily copy responses of ChatGPT.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Unlimited Summary Generator for YouTube™

Baixe arquivos de extensão Unlimited Summary Generator for YouTube™ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Unlimited Summary Generator for YouTube™ Unlimited Summary Generator for YouTube™
ID eelolnalmpdjemddgmpnmobdhnglfpje
URL Oficial https://chromewebstore.google.com/detail/unlimited-summary-generat/eelolnalmpdjemddgmpnmobdhnglfpje
Descrição YouTube videos transcript and summary with Chat GPT Open AI. Easily copy responses of ChatGPT.
Tamanho do Arquivo 2.8 MB
Contagem de Instalações 50,000
Versão Atual 1.0.10
Última Atualização 2024-01-18
Data de Publicação 2023-04-03
Classificação 4.43/5 Total de 44 Avaliações
Desenvolvedor Dunkum Sherwin
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://denote.net/browser-extension-privacy-policy
Idiomas Suportados 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"
    }
}