Youtube Video Summary

Get youtube summaries by chatgpt injected automatically if the video has a transcript!

Youtube Video Summaryคืออะไร?

Youtube Video Summary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tedcbook และคุณลักษณะหลักของมันคือ "Get youtube summaries by chatgpt injected automatically if the video has a transcript!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube Video Summary

ดาวน์โหลดไฟล์ส่วนขยาย Youtube Video Summary ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Requires an openai free/plus account. No api key needed.

6/12/23 - Auto summarize longer transcripts
6/3/23 - Now supports more language options for summary.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Youtube Video Summary Youtube Video Summary
ID ibheopmbegmfgmkjpllifpmbciklaeda
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-video-summary/ibheopmbegmfgmkjpllifpmbciklaeda
คำอธิบาย Get youtube summaries by chatgpt injected automatically if the video has a transcript!
ขนาดไฟล์ 1.25 MB
จำนวนการติดตั้ง 457
เวอร์ชันปัจจุบัน 0.3.4
อัปเดตครั้งล่าสุด 2023-06-30
วันที่เผยแพร่ 2023-03-23
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา tedcbook
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/zhangted/youtube-transcript-gpt
URL หน้าช่วยเหลือ https://github.com/zhangted/youtube-transcript-gpt
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Video Summary",
    "author": "[email protected]",
    "description": "Get youtube summaries by chatgpt injected automatically if the video has a transcript! ",
    "version": "0.3.4",
    "manifest_version": 3,
    "icons": {
        "16": "img\/logo-16.png",
        "32": "img\/logo-34.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "action": {
        "default_popup": "src\/options\/index.html"
    },
    "options_ui": {
        "page": "src\/options\/index.html"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.chunk-73b6477d.ffa62643.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/youtube.com\/*"
            ],
            "css": [
                "assets\/index.ts.98e9d517.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [],
            "resources": [
                "img\/logo-16.png",
                "img\/logo-34.png",
                "img\/logo-48.png",
                "img\/logo-128.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/youtube.com\/*"
            ],
            "resources": [
                "assets\/chunk-31abaa59.js",
                "assets\/chunk-f52f09cb.js",
                "assets\/chunk-38da4c65.js",
                "assets\/chunk-98eaf3ac.js",
                "assets\/chunk-73b6477d.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "host_permissions": [
        "https:\/\/*.openai.com\/"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self' 'wasm-unsafe-eval'; connect-src https:\/\/* data: blob: filesystem:;"
    }
}