Youtube Summary Database
See an AI generated short summary of a youtube video before you click on it
Youtube Summary Databaseとは何ですか?
Youtube Summary Databaseはhttp://summarydatabase.xyzによって開発されたChromeの拡張機能で、その主な機能は「See an AI generated short summary of a youtube video before you click on it」です。
拡張機能のスクリーンショット
Youtube Summary Database拡張機能のCRXファイルをダウンロード
Youtube Summary Database拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Hate clickbait? Install the extension and hover your mouse cursor on a video. You'll be able to see a brief summary generated using GPT-3. This feature makes it easy to decide whether a video is worth watching before clicking on it. You don't need to login nor have an API key and this extension does not use your ChatGPT quota, our server is slowly summarizing the most popular youtube videos all the time. If you don't see many summaries at first, they will slowly start appearing over time
拡張機能の基本情報
名前 | |
ID | fkebhjgklndigljoigpnleapbknjhpld |
公式URL | https://chrome.google.com/webstore/detail/youtube-summary-database/fkebhjgklndigljoigpnleapbknjhpld |
説明 | See an AI generated short summary of a youtube video before you click on it |
ファイルサイズ | 61.76 KB |
インストール数 | 332 |
現在のバージョン | 1.1 |
最終更新日 | 2023-03-03 |
公開日 | 2023-02-19 |
評価 | 4.80/5 合計 5 レビュー |
開発者 | http://summarydatabase.xyz |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Youtube Summary Database", "version": "1.1", "description": "See an AI generated short summary of a youtube video before you click on it", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": "icon128.png", "default_title": "Youtube Summary Database", "default_popup": "about.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content.js" ], "run_at": "document_idle" } ] } |