Unlimited Summary Generator for YouTube™

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

Unlimited Summary Generator for YouTube™ là gì?

Unlimited Summary Generator for YouTube™ là một tiện ích mở rộng Chrome được phát triển bởi Dunkum Sherwin, và tính năng chính của nó là "YouTube videos transcript and summary with Chat GPT Open AI. Easily copy responses of ChatGPT.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Unlimited Summary Generator for YouTube™

Tải xuống các tệp mở rộng Unlimited Summary Generator for YouTube™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Unlimited Summary Generator for YouTube™ Unlimited Summary Generator for YouTube™
ID eelolnalmpdjemddgmpnmobdhnglfpje
URL Chính Thức https://chromewebstore.google.com/detail/unlimited-summary-generat/eelolnalmpdjemddgmpnmobdhnglfpje
Mô tả YouTube videos transcript and summary with Chat GPT Open AI. Easily copy responses of ChatGPT.
Kích Thước Tệp 2.8 MB
Số Lần Cài Đặt 50,000
Phiên Bản Hiện Tại 1.0.10
Cập Nhật Lần Cuối 2024-01-18
Ngày Phát Hành 2023-04-03
Đánh Giá 4.43/5 Tổng số 44 Đánh Giá
Nhà Phát Triển Dunkum Sherwin
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://denote.net/browser-extension-privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}