SummarizeYT - YouTube Summary with ChatGPT
Summarize YouTube videos with ChatGPT directly from the thumbnail
SummarizeYT - YouTube Summary with ChatGPTとは何ですか?
SummarizeYT - YouTube Summary with ChatGPTはhttps://summarizeyt.comによって開発されたChromeの拡張機能で、その主な機能は「Summarize YouTube videos with ChatGPT directly from the thumbnail」です。
拡張機能のスクリーンショット
SummarizeYT - YouTube Summary with ChatGPT拡張機能のCRXファイルをダウンロード
SummarizeYT - YouTube Summary with ChatGPT拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Upgrade your YouTube experience! ⚡️ Quick summarization - Get video summaries in seconds! 🚫 Filter out clickbait - Get rid of the fluff and get straight to the point! 🕑 Save Time - No need to watch lengthy videos anymore! SummarizeYT is powered by OpenAI GPT-3 and ChatGPT, using AI to summarize videos in seconds!
拡張機能の基本情報
名前 | SummarizeYT - YouTube Summary with ChatGPT |
ID | dlhkccijmkgmbmiognpmoplbpldbaoej |
公式URL | https://chromewebstore.google.com/detail/summarizeyt-youtube-summa/dlhkccijmkgmbmiognpmoplbpldbaoej |
説明 | Summarize YouTube videos with ChatGPT directly from the thumbnail |
ファイルサイズ | 5.28 MB |
インストール数 | 1,292 |
現在のバージョン | 0.1.6 |
最終更新日 | 2023-06-23 |
公開日 | 2023-03-06 |
評価 | 3.42/5 合計 26 レビュー |
開発者 | https://summarizeyt.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://summarizeyt.com/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SummarizeYT - YouTube Summary with ChatGPT", "short_name": "summarize_yt", "description": "Summarize YouTube videos with ChatGPT directly from the thumbnail", "version": "0.1.6", "manifest_version": 3, "host_permissions": [ "https:\/\/*.youtube.com\/*", "https:\/\/summarizeyt.com\/*" ], "permissions": [ "storage", "unlimitedStorage", "background" ], "background": { "service_worker": "static\/js\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*", "https:\/\/summarizeyt.com\/*" ], "css": [ "\/static\/css\/content.css" ], "js": [ "\/static\/js\/content.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "static\/media\/*", "*" ], "matches": [ "https:\/\/*.youtube.com\/*", "https:\/\/summarizeyt.com\/*" ] } ], "icons": { "16": "icons\/icon_production_16.png", "48": "icons\/icon_production_48.png", "128": "icons\/icon_production_128.png" }, "action": { "default_popup": "popup.html" } } |