YouTube Captions with ChatGPT

Get YouTube Captions and Summary of any Video

YouTube Captions with ChatGPT là gì?

YouTube Captions with ChatGPT là một tiện ích mở rộng Chrome được phát triển bởi https://dareecha.pk, và tính năng chính của nó là "Get YouTube Captions and Summary of any Video".

Ả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 YouTube Captions with ChatGPT

Tải xuống các tệp mở rộng YouTube Captions with ChatGPT 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

                        With the assistance of YouTube Captions with ChatGPT, the YouTube Summary with ChatGPT Chrome Extension enables you to promptly obtain a summary of the YouTube videos you are watching. 

This free extension can help you learn faster and save time. In addition, when browsing videos on YouTube, you can easily access the summary by clicking the summary buttons on the video thumbnail.                    

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

Tên YouTube Captions with ChatGPT YouTube Captions with ChatGPT
ID kaahpeglhmgploibkkdjgeeklfohpchg
URL Chính Thức https://chromewebstore.google.com/detail/youtube-captions-with-cha/kaahpeglhmgploibkkdjgeeklfohpchg
Mô tả Get YouTube Captions and Summary of any Video
Kích Thước Tệp 199 KB
Số Lần Cài Đặt 219
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2023-04-19
Ngày Phát Hành 2023-04-17
Đánh Giá 2.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://dareecha.pk
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://dareecha.pk/Privacy-Policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Captions with ChatGPT",
    "version": "1.0.4",
    "manifest_version": 3,
    "description": "Get YouTube Captions and Summary of any Video",
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "48": "images\/48.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "contentscript\/index.bundle.js"
            ],
            "css": [
                "contentscript\/yt_ai_summary.css"
            ],
            "all_frames": false
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "48": "images\/48.png"
    }
}