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 |
官方網址 | 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 |
電子郵箱 | [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" } ] } |