Better YouTube Summary
Literally Better YouTube Summary 🎯
Better YouTube Summaryとは何ですか?
Better YouTube Summaryはmthliによって開発されたChromeの拡張機能で、その主な機能は「Literally Better YouTube Summary 🎯」です。
拡張機能のスクリーンショット
Better YouTube Summary拡張機能のCRXファイルをダウンロード
Better YouTube Summary拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Introducing our YouTube extension with the following features:
1. Using ChatGPT to generate video chapters (timeline) 🤔
2. Using ChatGPT to generate summary for each video chapter 😲
3. Support video content of any length 😱
4. Multiple language translation capabilities 😈
At the same time, we also try to be as similar as possible to the YouTube website design, providing you with a native-like experience 👏
===
v1.2.1 - Compatible with Firefox 🦊
v1.1.0 - You can copy the chapters and summaries now 👌
v1.0.0 - First release 💪 拡張機能の基本情報
| 名前 | |
| ID | gobfmldfaojjoanejhccieilnmglclba |
| 公式URL | https://chromewebstore.google.com/detail/better-youtube-summary/gobfmldfaojjoanejhccieilnmglclba |
| 説明 | Literally Better YouTube Summary 🎯 |
| ファイルサイズ | 292 KB |
| インストール数 | 1,040 |
| 現在のバージョン | 1.2.1 |
| 最終更新日 | 2023-07-02 |
| 公開日 | 2023-06-25 |
| 評価 | 4.29/5 合計 7 レビュー |
| 開発者 | mthli |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"minimum_chrome_version": "92",
"name": "Better YouTube Summary",
"description": "Literally Better YouTube Summary \ud83c\udfaf",
"version": "1.2.1",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"options_ui": {
"page": "options.html"
},
"action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.youtube.com\/*"
],
"js": [
"js\/vendor.js",
"js\/contentScript.js"
]
}
],
"background": {
"service_worker": "js\/background.js",
"type": "module"
},
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/bys.mthli.com\/*"
]
} | |