Youtube Video Summary
Get youtube summaries by chatgpt injected automatically if the video has a transcript!
什麼是Youtube Video Summary?
Youtube Video Summary是由tedcbook開發的Chrome擴展程式,該擴展的主要功能是“Get youtube summaries by chatgpt injected automatically if the video has a transcript!”。
擴展截圖
下載Youtube Video Summary擴展crx文件
下載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 |
ID | ibheopmbegmfgmkjpllifpmbciklaeda |
官方網址 | 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 |
電子郵箱 | tedzhangdev@gmail.com |
付費類型 | 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": "tedcbook@gmail.com", "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:;" } } |