Unlimited Summary Generator for YouTube™

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

Apa itu Unlimited Summary Generator for YouTube™?

Unlimited Summary Generator for YouTube™ adalah ekstensi Chrome yang dikembangkan oleh Dunkum Sherwin, dan fitur utamanya adalah "YouTube videos transcript and summary with Chat GPT Open AI. Easily copy responses of ChatGPT.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Unlimited Summary Generator for YouTube™

Unduh file ekstensi Unlimited Summary Generator for YouTube™ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Unlimited Summary Generator for YouTube™ Unlimited Summary Generator for YouTube™
ID eelolnalmpdjemddgmpnmobdhnglfpje
URL Resmi https://chromewebstore.google.com/detail/unlimited-summary-generat/eelolnalmpdjemddgmpnmobdhnglfpje
Deskripsi YouTube videos transcript and summary with Chat GPT Open AI. Easily copy responses of ChatGPT.
Ukuran File 2.8 MB
Jumlah Instalasi 50,000
Versi Saat Ini 1.0.10
Terakhir Diperbarui 2024-01-18
Tanggal Publikasi 2023-04-03
Penilaian 4.43/5 Total 44 Penilaian
Pengembang Dunkum Sherwin
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://denote.net/browser-extension-privacy-policy
Bahasa yang Didukung 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"
    }
}